mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 00:59:18 +01:00
CI: Work around a vcpkg issue by checking out an earlier commit
This commit is contained in:
parent
a50e25300d
commit
224866c3d2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd dependencies/vcpkg
|
cd dependencies/vcpkg
|
||||||
git fetch --unshallow
|
git fetch --unshallow
|
||||||
git pull --all
|
git checkout 431eb6bda0950874c8d4ed929cc66e15d8aae46f
|
||||||
|
|
||||||
- name: Setup release mode parameters (for deploy)
|
- name: Setup release mode parameters (for deploy)
|
||||||
if: ${{ inputs.deploymode == 'release' }}
|
if: ${{ inputs.deploymode == 'release' }}
|
||||||
@ -133,7 +133,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd dependencies/vcpkg
|
cd dependencies/vcpkg
|
||||||
git fetch --unshallow
|
git fetch --unshallow
|
||||||
git pull --all
|
git checkout 431eb6bda0950874c8d4ed929cc66e15d8aae46f
|
||||||
|
|
||||||
- name: Setup release mode parameters (for deploy)
|
- name: Setup release mode parameters (for deploy)
|
||||||
if: ${{ inputs.deploymode == 'release' }}
|
if: ${{ inputs.deploymode == 'release' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user