chore: stop using cached namespace.so checkout (#12714)
The namespace cache volumes were running out of space and preventing CI from running.
This commit is contained in:
parent
38682c4d4a
commit
adf3e5e661
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build-template.yml
vendored
6
.github/workflows/build-template.yml
vendored
|
|
@ -66,16 +66,10 @@ jobs:
|
|||
brew install ccache tree zstd coreutils gmp libuv
|
||||
if: runner.os == 'macOS'
|
||||
- name: Checkout
|
||||
if: (!endsWith(matrix.os, '-with-cache'))
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
# the default is to use a virtual merge commit between the PR and master: just use the PR
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Namespace Checkout
|
||||
if: endsWith(matrix.os, '-with-cache')
|
||||
uses: namespacelabs/nscloud-checkout-action@v8
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Open Nix shell once
|
||||
run: true
|
||||
if: runner.os == 'Linux'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue