Now really fixed
This commit is contained in:
parent
bdb8a8be6f
commit
fbca9ba447
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -31,14 +31,14 @@ jobs:
|
|||||||
|
|
||||||
## TODO: do this in a matrix
|
## TODO: do this in a matrix
|
||||||
- name: Compiler ${{matrix.compiler}}
|
- name: Compiler ${{matrix.compiler}}
|
||||||
|
env:
|
||||||
|
NIXSHELL: "../../shell.nix"
|
||||||
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:
|
|
||||||
NIXSHELL="../../shell.nix"
|
|
||||||
|
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user