Skip to content

Commit

Permalink
gha: use the right cache and single job in concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Jul 1, 2023
1 parent 08e5506 commit 929b8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/x64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
strategy:
matrix:
configuration: [PC04236, Atlas, aero-nix]
concurrency: x64-linux
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: mycache
name: thomaschrstnsn
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: ./build.sh nixos '${{ matrix.configuration }}'

0 comments on commit 929b8b0

Please sign in to comment.