This commit is contained in:
parent
35fb76ae91
commit
fdaf1db84e
@ -4,13 +4,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# optional: Push the results to a cache
|
|
||||||
- uses: https://github.com/cachix/cachix-action@v12
|
|
||||||
with:
|
|
||||||
name: local-cache
|
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: docker run -v $PWD:/src nix-runner '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