diff options
| author | Cyril Cohen | 2021-03-17 03:38:59 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2021-03-17 18:25:57 +0100 |
| commit | bbec40b5aed2cd70c95ad7b11bf264b6d283885e (patch) | |
| tree | 356ecfe41a9c3416fe173237051b79caf5d7f909 /.github/workflows/nix-action.yml | |
| parent | d577f5b1209ee1ac1d6a63c42d711bfe0fdade58 (diff) | |
up
Diffstat (limited to '.github/workflows/nix-action.yml')
| -rw-r--r-- | .github/workflows/nix-action.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/nix-action.yml b/.github/workflows/nix-action.yml index 4e8130a..a9ff81a 100644 --- a/.github/workflows/nix-action.yml +++ b/.github/workflows/nix-action.yml @@ -39,7 +39,7 @@ jobs: matrix=$(nix-shell --arg do-nothing true --run nixTasks) echo ::set-output name=matrix::{\"task\":$(echo $matrix)}\" - main: + mathcomp: runs-on: ubuntu-latest needs: - setup @@ -67,11 +67,11 @@ jobs: with: fetch-depth: 0 - name: Building/fetching dependencies - run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job dependencies + run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job "_deps" - name: Building/fetching current project - run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job main + run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job mathcomp - shell: + mathcomp-single: runs-on: ubuntu-latest needs: - setup @@ -99,7 +99,7 @@ jobs: with: fetch-depth: 0 - name: Building/fetching dependencies - run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job dependencies + run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job _deps - name: Building/fetching current project - run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job shell + run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job mathcomp-single |
