Fix env value

This commit is contained in:
Alejandro Gallo 2022-03-14 13:43:31 +01:00
parent 91f9f54015
commit bdb8a8be6f

View File

@ -34,11 +34,11 @@ jobs:
run: |
mkdir -p build/${{matrix.compiler}}
cd build/${{matrix.compiler}}
nix-shell $_NIXSHELL --run '../../configure'
nix-shell $_NIXSHELL --run 'make ctf'
nix-shell $_NIXSHELL --run 'make'
nix-shell $NIXSHELL --run '../../configure'
nix-shell $NIXSHELL --run 'make ctf'
nix-shell $NIXSHELL --run 'make'
env:
_NIXSHELL="../../shell.nix"
NIXSHELL="../../shell.nix"
documentation: