Skip to content

Commit e159c65

Browse files
committed
squash
1 parent 444e5a9 commit e159c65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@ name: Latest Beta
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
VCPKG_FEATURE_FLAGS: dependencygraph
14-
VCPKG_ROOT: ${{ env.VCPKG_INSTALLATION_ROOT }}
1514

1615
jobs:
1716
windows:
1817
name: "Build Windows x64"
1918
runs-on: windows-2022
20-
env:
21-
VCPKG_ROOT: ${{ env.VCPKG_INSTALLATION_ROOT }}
2219
defaults:
2320
run:
2421
working-directory: ${{github.workspace}}/main
2522
steps:
2623
- name: Get AV
27-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2825
with:
2926
path: main
3027
- name: Get MSBuild
@@ -33,6 +30,8 @@ jobs:
3330
run: >
3431
curl https://www.rarewares.org/files/ogg/oggenc2.88-1.3.7-x64.zip --output oggenc.zip &&
3532
unzip oggenc.zip -d .
33+
- name: Setup vcpkg
34+
run: echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
3635
- name: Configure CMake
3736
run: >-
3837
cmake -DCMAKE_TOOLCHAIN_FILE:STRING="${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"

0 commit comments

Comments
 (0)