fixing the ci, hopefully, one crate being badly behaved

Orual b130615a 5aad02ae

Changed files
+2 -3
.tangled
workflows
+2 -3
.tangled/workflows/build.yml
··· 6 7 dependencies: 8 nixpkgs: 9 - #- just 10 11 steps: 12 - - name: build appview 13 command: | 14 - nix build
··· 6 7 dependencies: 8 nixpkgs: 9 10 steps: 11 + - name: build crate 12 command: | 13 + nix shell --command cargo build