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 1129516 commit 3d8833cCopy full SHA for 3d8833c
1 file changed
.github/workflows/main.yml
@@ -9,13 +9,13 @@ jobs:
9
with:
10
submodules: 'recursive'
11
- name: run-vcpkg
12
- uses: lukka/run-vcpkg@v3.2
+ uses: lukka/run-vcpkg@v6.0
13
14
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
15
vcpkgArguments: '@${{ github.workspace }}/vcpkg.txt'
16
cleanAfterBuild: false
17
- name: Setup MSBuild
18
- uses: microsoft/setup-msbuild@v1.0.0
+ uses: microsoft/setup-msbuild@v1
19
- name: Check dependencies
20
run: 'ls ${{ github.workspace }}/vcpkg/installed/x86-windows-static'
21
- name: Build DLL
0 commit comments