workflows ccache test 8

This commit is contained in:
silverqx
2022-07-15 15:25:39 +02:00
parent 6c6d6ef195
commit b19a4497ff
2 changed files with 3 additions and 11 deletions
+3 -6
View File
@@ -33,11 +33,6 @@ jobs:
# with:
# limit-access-to-actor: true
- name: test
run: |
gci env:
- run: exit 1
- name: PostgreSQL start service
run: |
Set-Service -Name postgresql-x64-14 -StartupType Manual
@@ -162,7 +157,9 @@ jobs:
cache-name: msvc2019-qt515
with:
path: ~/AppData/Roaming/ccache
key: ${{ runner.os }}-ccache-${{ env.cache-name }}
key: ${{ runner.os }}-ccache-${{ env.cache-name }}-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-ccache-${{ env.cache-name }}-
- name: Ccache setup 🥳
run: |
-5
View File
@@ -17,11 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: test
run: |
gci env:
- run: exit 1
- name: PostgreSQL start service
run: |
Set-Service -Name postgresql-x64-14 -StartupType Manual