1
Fork 0

CI: Pass command to bash
Some checks failed
/ Publish (push) Failing after 58s

This commit is contained in:
Jan-Erik Rediger 2023-09-29 13:50:21 +02:00
parent 98a5117ab9
commit 438357d679

View file

@ -11,4 +11,4 @@ jobs:
name: Checkout name: Checkout
- name: Build - name: Build
run: | run: |
nix develop --command bash --command 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build' nix develop --command bash -c 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'