Skip to content

Commit 1133cad

Browse files
authored
Update plugin-sdk reference to use mingw repository
1 parent 78a9379 commit 1133cad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Get latest plugin-sdk commit
3131
id: plugin-sdk-ref
3232
run: |
33-
echo "sha=$(git ls-remote https://github.com/DK22Pac/plugin-sdk.git HEAD | cut -f1)" >> "$GITHUB_OUTPUT"
33+
echo "sha=$(git ls-remote https://github.com/DK22Pac/plugin-sdk-mingw.git HEAD | cut -f1)" >> "$GITHUB_OUTPUT"
3434
3535
- name: Restore plugin-sdk cache
3636
id: plugin-sdk-cache

0 commit comments

Comments
 (0)