Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom authored Mar 22, 2024
1 parent 8708b83 commit f303d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: ${{ github.workspace }}

- name: Set VCPKG_ROOT environment variable
run: echo "VCPKG_ROOT=$(vcpkg integrate install --print-root)" >> $GITHUB_ENV
run: echo "VCPKG_ROOT=$(vcpkg integrate install)" >> $GITHUB_ENV

- name: Install SFML with vcpkg
run: vcpkg install sfml
Expand Down

0 comments on commit f303d5c

Please sign in to comment.