skip more
This commit is contained in:
parent
52397a6682
commit
2b27311788
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -15,9 +15,9 @@ jobs:
|
|||
os: x86_64
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Create nix mount point
|
||||
if: contains(matrix.os, 'x86_64')
|
||||
run: mkdir /nix
|
||||
# - name: Create nix mount point
|
||||
# if: contains(matrix.os, 'x86_64')
|
||||
# run: mkdir /nix
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
# extra_nix_config: |
|
||||
# experimental-features = nix-command flakes
|
||||
# nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||
# - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: https://github.com/cachix/cachix-action@v14
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
with:
|
||||
|
|
Reference in a new issue