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 c1adf8d commit 30e0aa0Copy full SHA for 30e0aa0
1 file changed
.github/workflows/windows.yml
@@ -51,9 +51,9 @@ jobs:
51
with:
52
pkgs: libnick
53
triplet: ${{ matrix.variant.triplet }}
54
- revision: 7fc30b81e384741d8ae211e3e46777e1a436b87a
+ revision: 6548e2ee65216d462b945337ba74d09269fb4e8f
55
token: ${{ github.token }}
56
- cache-key: ${{ matrix.variant.triplet }}-7fc30b81e384741d8ae211e3e46777e1a436b87a
+ cache-key: ${{ matrix.variant.triplet }}-6548e2ee65216d462b945337ba74d09269fb4e8f
57
- name: "Build (Installer)"
58
working-directory: ${{ github.workspace }}/build
59
run: |
0 commit comments