Skip to content

Commit bf08b84

Browse files
committed
update toolchain docker image version
1 parent 69ca0da commit bf08b84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
22
on: [push, pull_request]
33

44
env:
5-
rack-sdk-version: 2.0.6
5+
rack-sdk-version: 2.1.2
66
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
77

88
defaults:
@@ -34,7 +34,7 @@ jobs:
3434
needs: modify-plugin-version
3535
runs-on: ubuntu-latest
3636
container:
37-
image: ghcr.io/qno/rack-plugin-toolchain-win-linux:v2
37+
image: ghcr.io/qno/rack-plugin-toolchain-win-linux
3838
options: --user root
3939
strategy:
4040
matrix:

0 commit comments

Comments
 (0)