scratch that, apparently those aren't accessible by PR workflows. that's dumb

This commit is contained in:
Kae 2024-03-18 00:21:33 +11:00
parent 9a48cd8dba
commit 4d9e2a37ae
3 changed files with 4 additions and 8 deletions

View File

@ -32,8 +32,7 @@ jobs:
with:
variant: sccache
key: ${{ github.job }}-${{ runner.os }}
max-size: ${{ vars.SCCACHE_MAX_SIZE }}
restore: ${{ vars.SCCACHE_RESTORE }}
max-size: 250M
- name: vcpkg
uses: lukka/run-vcpkg@v11

View File

@ -29,8 +29,7 @@ jobs:
with:
variant: sccache
key: ${{ github.job }}-Intel-${{ runner.os }}
max-size: ${{ vars.SCCACHE_MAX_SIZE }}
restore: ${{ vars.SCCACHE_RESTORE }}
max-size: 250M
- name: vcpkg
uses: lukka/run-vcpkg@v11
@ -70,8 +69,7 @@ jobs:
with:
variant: sccache
key: ${{ github.job }}-ARM-${{ runner.os }}
max-size: ${{ vars.SCCACHE_MAX_SIZE }}
restore: ${{ vars.SCCACHE_RESTORE }}
max-size: 250M
- name: vcpkg
uses: lukka/run-vcpkg@v11

View File

@ -32,8 +32,7 @@ jobs:
with:
variant: sccache
key: ${{ github.job }}-${{ runner.os }}
max-size: ${{ vars.SCCACHE_MAX_SIZE }}
restore: ${{ vars.SCCACHE_RESTORE }}
max-size: 1000M
- uses: ilammy/msvc-dev-cmd@v1