workflows test

This commit is contained in:
silverqx
2022-06-28 09:11:03 +02:00
parent 79492ccf96
commit 44c339a045
+12 -4
View File
@@ -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: >-