[CICD] - Updating build to execute nix inside container
Some checks are pending
build / test (push) Waiting to run
Some checks are pending
build / test (push) Waiting to run
This commit is contained in:
parent
f2128a9512
commit
24d6fe56bc
@ -12,5 +12,5 @@ jobs:
|
|||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: nix shell --run "cd 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