We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ca0da commit bf08b84Copy full SHA for bf08b84
1 file changed
.github/workflows/build-plugin.yml
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
2
on: [push, pull_request]
3
4
env:
5
- rack-sdk-version: 2.0.6
+ rack-sdk-version: 2.1.2
6
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
7
8
defaults:
@@ -34,7 +34,7 @@ jobs:
34
needs: modify-plugin-version
35
runs-on: ubuntu-latest
36
container:
37
- image: ghcr.io/qno/rack-plugin-toolchain-win-linux:v2
+ image: ghcr.io/qno/rack-plugin-toolchain-win-linux
38
options: --user root
39
strategy:
40
matrix:
0 commit comments