Now really fixed

This commit is contained in:
Alejandro Gallo 2022-03-14 13:44:22 +01:00
parent bdb8a8be6f
commit fbca9ba447

View File

@ -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: