Skip to content

Commit

Permalink
Windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Sep 20, 2024
1 parent 3af0454 commit 7273878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,19 @@ jobs:
run: |
cd ${{ github.workspace }}
git clone --branch 2024.08.23 --single-branch https://github.com/microsoft/vcpkg.git
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> $GITHUB_ENV
- name: Bootstrap vcpkg
if: startsWith(matrix.os, 'windows')
shell: pwsh
run: |
$env:VCPKG_ROOT = '${{ github.workspace }}\vcpkg'
$env:VCPKG_ROOT\bootstrap-vcpkg.bat
- name: Bootstrap vcpkg
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
shell: bash
run: |
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> $GITHUB_ENV
$VCPKG_ROOT/bootstrap-vcpkg.sh
# Build the package
Expand Down

0 comments on commit 7273878

Please sign in to comment.