mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
fix "update vcpkg" step
This commit is contained in:
parent
fd4e5e0f8c
commit
2f7e6cd9a4
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
@ -66,10 +66,12 @@ jobs:
|
||||
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
||||
|
||||
- name: Update vcpkg
|
||||
shell: bash
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
cd $VCPKG_INSTALLATION_ROOT
|
||||
cd "$VCPKG_INSTALLATION_ROOT"
|
||||
git stash
|
||||
git pull
|
||||
./bootstrap-vcpkg.sh
|
||||
|
||||
- name: Configure (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
|
Loading…
x
Reference in New Issue
Block a user