fix "update vcpkg" step

This commit is contained in:
Roman Fomin 2024-09-05 20:49:50 +07:00
parent fd4e5e0f8c
commit 2f7e6cd9a4

View File

@ -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'