We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1109093 commit b6bece2Copy full SHA for b6bece2
.github/workflows/rust.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
nix_path: nixpkgs=channel:nixos-unstable
23
github_access_token: ${{ secrets.GITHUB_TOKEN }}
24
+ - name: Setup deps
25
+ run: ./setup-deps.sh
26
- name: Prebuild tailwind
27
run: |
28
nix develop --command npm --prefix ui install
0 commit comments