[CICD] - Updating build to execute nix inside container
Some checks are pending
build / test (push) Waiting to run

This commit is contained in:
adnangonzaga 2024-11-23 23:44:33 +00:00
parent f2128a9512
commit 24d6fe56bc

@ -12,5 +12,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- 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"'