This commit is contained in:
parent
944bce92b8
commit
d7e289bd17
@ -5,6 +5,9 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: docker run -v $PWD:/src nix-runner 'nix'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix-shell --run "cd src/clox && make"
|
||||
#- run: docker run -v $PWD:/src nix-runner 'nix shell --run "cd /src/clox && make"'
|
Loading…
Reference in New Issue
Block a user