Skip to content

Commit

Permalink
setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 24, 2023
1 parent be413f4 commit e4f429a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Build with CMake
run: |
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> "$GITHUB_ENV"
echo ${{ env.VCPKG_ROOT }}
cmake -S . -B build/ninja/ -GNinja
cmake -S . -B build/${{ runner.os }}/
Expand Down

0 comments on commit e4f429a

Please sign in to comment.