diff --git a/.github/workflows/ci-cachix.yml b/.github/workflows/ci-cachix.yml index e09ba31b..dfcee3d8 100644 --- a/.github/workflows/ci-cachix.yml +++ b/.github/workflows/ci-cachix.yml @@ -82,6 +82,6 @@ jobs: name: quantified-uncertainty authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - name: Build js devshell - run: nix develop --profile just-js + run: nix develop .#js --profile just-js - name: Build js & wasm devshell run: nix develop --profile full-shell