From 44c339a0459ea37375a69df0c5adf75316fbcedd Mon Sep 17 00:00:00 2001 From: silverqx Date: Tue, 28 Jun 2022 09:11:03 +0200 Subject: [PATCH] workflows test --- .github/workflows/linux-qt5.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-qt5.yml b/.github/workflows/linux-qt5.yml index ca5065036..b6e7fe3df 100644 --- a/.github/workflows/linux-qt5.yml +++ b/.github/workflows/linux-qt5.yml @@ -28,6 +28,13 @@ jobs: steps: - uses: actions/checkout@v3 + - name: vcpkg upgrade + working-directory: ${{ env.VCPKG_INSTALLATION_ROOT }} + run: | + pwd + + - run: exit 1 + - name: PostgreSQL start service run: | sudo systemctl start postgresql.service @@ -145,10 +152,11 @@ jobs: - name: vcpkg upgrade working-directory: ${{ env.VCPKG_INSTALLATION_ROOT }} run: | - git pull - vcpkg update - vcpkg upgrade - vcpkg upgrade --no-dry-run + pwd + # git pull + # vcpkg update + # vcpkg upgrade + # vcpkg upgrade --no-dry-run - name: TinyORM cmake configure (${{ matrix.compiler.key }}-cmake-debug) run: >-