forked from cemu-project/Cemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ee9d5c
commit 1ade960
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,14 @@ jobs: | |
run: | | ||
cd dependencies/vcpkg | ||
git fetch --unshallow | ||
git checkout cbf4a664 | ||
git fetch origin pull/38979/head | ||
git config --global user.name "GitHub Runner fixup action script" | ||
git config --global user.email "[email protected]" | ||
git cherry-pick -Xtheirs 855a293b 951af818 | ||
updated_commit=`git rev-parse HEAD` | ||
cd $GITHUB_WORKSPACE | ||
sed -i "s/cbf4a6641528cee6f172328984576f51698de726/$updated_commit/g" vcpkg.json | ||
- name: Setup release mode parameters (for deploy) | ||
if: ${{ inputs.deploymode == 'release' }} | ||
|
@@ -216,7 +224,7 @@ jobs: | |
run: | | ||
cd dependencies/vcpkg | ||
git fetch --unshallow | ||
- name: Setup release mode parameters (for deploy) | ||
if: ${{ inputs.deploymode == 'release' }} | ||
run: | | ||
|