mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
workflows: build: update dependencies
This should hopefully get a Nix version new enough to support "nix config"
This commit is contained in:
parent
54c4356c50
commit
315a2ee2c4
1 changed files with 6 additions and 4 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -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 }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue