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
|
os: x86_64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Create nix mount point
|
# - name: Create nix mount point
|
||||||
if: contains(matrix.os, 'x86_64')
|
# if: contains(matrix.os, 'x86_64')
|
||||||
run: mkdir /nix
|
# run: mkdir /nix
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
# extra_nix_config: |
|
# extra_nix_config: |
|
||||||
# experimental-features = nix-command flakes
|
# experimental-features = nix-command flakes
|
||||||
# nix_path: nixpkgs=channel:nixos-unstable
|
# 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
|
- uses: https://github.com/cachix/cachix-action@v14
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue