Skip to content

Commit

Permalink
workflows: build: update dependencies
Browse files Browse the repository at this point in the history
This should hopefully get a Nix version new enough to support "nix
config"
  • Loading branch information
lopsided98 committed Nov 21, 2024
1 parent 54c4356 commit 315a2ee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
- x86_64-linux
- aarch64-linux
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
max-jobs = 2
cores = 2
extra-platforms = aarch64-linux
- uses: docker/setup-qemu-action@v2
- uses: cachix/cachix-action@v12
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- uses: cachix/cachix-action@v15
with:
name: ros
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit 315a2ee

Please sign in to comment.