Skip to content

Commit

Permalink
fix git commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Jul 22, 2023
1 parent 28e63ba commit fc9e568
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 @@ -35,7 +35,7 @@ jobs:
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true
vcpkgGitCommitId: 9d47b24 # hardcoded because the idiot who made this action didn't make it possible to use the latest commit by default
vcpkgGitCommitId: 9d47b24eacbd1cd94f139457ef6cd35e5d92cc84 # hardcoded because the idiot who made this action didn't make it possible to use the latest commit by default
vcpkgDirectory: ${{ github.workspace }}/vcpkg

- name: Generate Ninja build files
Expand Down

0 comments on commit fc9e568

Please sign in to comment.