Skip to content

Commit

Permalink
Force vcpkg to use a specific zydis version until I have time to check
Browse files Browse the repository at this point in the history
their release
  • Loading branch information
buzzer-re committed Jul 25, 2023
1 parent 0ced433 commit c64343b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
# Dirty hack
git checkout a325228200d7f229f3337e612e0077f2a5307090
.\bootstrap-vcpkg.bat
# Install vcpkg dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout a325228200d7f229f3337e612e0077f2a53
.\bootstrap-vcpkg.bat
# Install vcpkg dependencies
Expand Down

0 comments on commit c64343b

Please sign in to comment.