Compare commits

..

1 Commits
cicd ... main

Author SHA1 Message Date
d7e289bd17 Update .gitea/workflows/build.yaml
Some checks failed
build / test (push) Has been cancelled
2024-11-26 01:46:06 +00:00

@ -4,7 +4,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker run -v $PWD:/src nix-runner 'nix-shell .'
steps:
- 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"'