Skip to content

Commit

Permalink
CI: Temporarily work around a vcpkg issue by checking out a specific …
Browse files Browse the repository at this point in the history
…commit
  • Loading branch information
Exzap committed Mar 12, 2024
1 parent a50e253 commit 45eff79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cd dependencies/vcpkg
git fetch --unshallow
git pull --all
git checkout 431eb6bda0950874c8d4ed929cc66e15d8aae46f
- name: Setup release mode parameters (for deploy)
if: ${{ inputs.deploymode == 'release' }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
cd dependencies/vcpkg
git fetch --unshallow
git pull --all
git checkout 431eb6bda0950874c8d4ed929cc66e15d8aae46f
- name: Setup release mode parameters (for deploy)
if: ${{ inputs.deploymode == 'release' }}
Expand Down

0 comments on commit 45eff79

Please sign in to comment.