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 b4e245e commit 98a1f9aCopy full SHA for 98a1f9a
.github/workflows/test-ci-windows.yml
@@ -74,12 +74,12 @@ jobs:
74
75
- name: Restore vcpkg cache
76
id: vcpkg-cache
77
- uses: TAServers/vcpkg-cache@v3
+ uses: TAServers/vcpkg-cache@e848939f754daf406a06006be2e05eb5b17cc481
78
with:
79
token: ${{ secrets.GITHUB_TOKEN }}
80
prefix: vcpkg-iis-module-${{ matrix.arch }}/
81
82
- - uses: ammaraskar/msvc-problem-matcher@master
+ - uses: ammaraskar/msvc-problem-matcher@1ebcb382869bfdc2cc645e8a2a43b6d319ea1cc0
83
84
- name: Configure CMake for IIS Module
85
env:
0 commit comments