Skip to content

Commit

Permalink
Work around MacOS Arm64 bootstrap problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 5, 2024
1 parent 55b85d5 commit 1a459e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./
with:
nix_archives_url: https://github.com/nixbuild/nix-quick-install-action/releases/download/v28
nix_version: 2.21.0
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v12
with:
name: nixbuild
Expand Down

0 comments on commit 1a459e0

Please sign in to comment.