mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-18 12:26:08 +00:00
.github/workflows/nix.yml: update
This commit is contained in:
parent
fc9e08d2d7
commit
7964164833
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@ -45,11 +45,11 @@ jobs:
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- run: |
|
||||
nix-build \
|
||||
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-20.09 \
|
||||
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-21.05 \
|
||||
release.nix \
|
||||
--argstr compiler ${{ matrix.versions.compiler }}
|
||||
nix-shell \
|
||||
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-20.09 \
|
||||
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-21.05 \
|
||||
-p jq --run \
|
||||
'test/acceptance.nbconvert.sh result/bin/ihaskell-nbconvert'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user