Skip to content

Commit

Permalink
Update nix-action to latest version of the new template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Aug 7, 2021
1 parent 3f9ddc4 commit 7dfeed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
coq_version:
- 'master'
overrides:
- 'coq = "master"'
fail-fast: false
steps:
- uses: cachix/install-nix-action@v12
Expand All @@ -34,4 +34,4 @@ jobs:
name: math-comp
- uses: actions/checkout@v2
- run: >
nix-build https://coq.inria.fr/nix/toolbox --argstr job aac-tactics --arg override '{coq = "'${{ matrix.coq_version }}'"; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.;}'
nix-build https://coq.inria.fr/nix/toolbox --argstr job aac-tactics --arg override '{ ${{ matrix.overrides }}; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }'

0 comments on commit 7dfeed7

Please sign in to comment.