We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a9379 commit 1133cadCopy full SHA for 1133cad
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Get latest plugin-sdk commit
31
id: plugin-sdk-ref
32
run: |
33
- echo "sha=$(git ls-remote https://github.com/DK22Pac/plugin-sdk.git HEAD | cut -f1)" >> "$GITHUB_OUTPUT"
+ echo "sha=$(git ls-remote https://github.com/DK22Pac/plugin-sdk-mingw.git HEAD | cut -f1)" >> "$GITHUB_OUTPUT"
34
35
- name: Restore plugin-sdk cache
36
id: plugin-sdk-cache
0 commit comments