Fix env value
This commit is contained in:
parent
91f9f54015
commit
bdb8a8be6f
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -34,11 +34,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p build/${{matrix.compiler}}
|
mkdir -p build/${{matrix.compiler}}
|
||||||
cd build/${{matrix.compiler}}
|
cd build/${{matrix.compiler}}
|
||||||
nix-shell $_NIXSHELL --run '../../configure'
|
nix-shell $NIXSHELL --run '../../configure'
|
||||||
nix-shell $_NIXSHELL --run 'make ctf'
|
nix-shell $NIXSHELL --run 'make ctf'
|
||||||
nix-shell $_NIXSHELL --run 'make'
|
nix-shell $NIXSHELL --run 'make'
|
||||||
env:
|
env:
|
||||||
_NIXSHELL="../../shell.nix"
|
NIXSHELL="../../shell.nix"
|
||||||
|
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user