File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,17 @@ name: Latest Beta
11
11
env :
12
12
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
13
VCPKG_FEATURE_FLAGS : dependencygraph
14
- VCPKG_ROOT : ${{ env.VCPKG_INSTALLATION_ROOT }}
15
14
16
15
jobs :
17
16
windows :
18
17
name : " Build Windows x64"
19
18
runs-on : windows-2022
20
- env :
21
- VCPKG_ROOT : ${{ env.VCPKG_INSTALLATION_ROOT }}
22
19
defaults :
23
20
run :
24
21
working-directory : ${{github.workspace}}/main
25
22
steps :
26
23
- name : Get AV
27
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
28
25
with :
29
26
path : main
30
27
- name : Get MSBuild
33
30
run : >
34
31
curl https://www.rarewares.org/files/ogg/oggenc2.88-1.3.7-x64.zip --output oggenc.zip &&
35
32
unzip oggenc.zip -d .
33
+ - name : Setup vcpkg
34
+ run : echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
36
35
- name : Configure CMake
37
36
run : >-
38
37
cmake -DCMAKE_TOOLCHAIN_FILE:STRING="${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
You can’t perform that action at this time.
0 commit comments