put .#js
in devshells job where it was supposed to be
This commit is contained in:
parent
02cbf227ad
commit
2f525c4f8e
2
.github/workflows/ci-cachix.yml
vendored
2
.github/workflows/ci-cachix.yml
vendored
|
@ -82,6 +82,6 @@ jobs:
|
||||||
name: quantified-uncertainty
|
name: quantified-uncertainty
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- name: Build js devshell
|
- name: Build js devshell
|
||||||
run: nix develop --profile just-js
|
run: nix develop .#js --profile just-js
|
||||||
- name: Build js & wasm devshell
|
- name: Build js & wasm devshell
|
||||||
run: nix develop --profile full-shell
|
run: nix develop --profile full-shell
|
||||||
|
|
Loading…
Reference in New Issue
Block a user