Skip to content

Commit

Permalink
CI: Work around a vcpkg issue by checking out an earlier commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Mar 12, 2024
1 parent a50e253 commit 224866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
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 224866c

Please sign in to comment.