Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-03-18 00:21:33 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-03-18 00:21:33 +1100
commit4d9e2a37aecc8de5164612bd6a8f46dc2aa09907 (patch)
tree8136c5038aa10a1c5ef9d7c7690713235145a178 /.github
parent9a48cd8dba32c1a938dbd12f4fb49dd636bb2e67 (diff)
scratch that, apparently those aren't accessible by PR workflows. that's dumb
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_linux.yml3
-rw-r--r--.github/workflows/build_macos.yml6
-rw-r--r--.github/workflows/build_windows.yml3
3 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml
index af6303c..dbecb23 100644
--- a/.github/workflows/build_linux.yml
+++ b/.github/workflows/build_linux.yml
@@ -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
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml
index 36c8039..9f5d16a 100644
--- a/.github/workflows/build_macos.yml
+++ b/.github/workflows/build_macos.yml
@@ -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
diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml
index 707d099..f537509 100644
--- a/.github/workflows/build_windows.yml
+++ b/.github/workflows/build_windows.yml
@@ -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