Skip to content

gha: use the right cache and single job in concurrent #5

gha: use the right cache and single job in concurrent

gha: use the right cache and single job in concurrent #5

Workflow file for this run

name: "x64 Linux"
on:
pull_request:
push:
jobs:
build-configuration:
runs-on: ubuntu-latest
strategy:
matrix:
configuration: [PC04236, Atlas, aero-nix]
concurrency: x64-linux

Check failure on line 11 in .github/workflows/x64-linux.yml

View workflow run for this annotation

GitHub Actions / x64 Linux

Invalid workflow file

The workflow is not valid. .github/workflows/x64-linux.yml (Line: 11, Col: 22): Unexpected value '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: 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 }}'