Skip to content

Commit b6bece2

Browse files
committed
ci: setup deps
1 parent 1109093 commit b6bece2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable
2323
github_access_token: ${{ secrets.GITHUB_TOKEN }}
24+
- name: Setup deps
25+
run: ./setup-deps.sh
2426
- name: Prebuild tailwind
2527
run: |
2628
nix develop --command npm --prefix ui install

0 commit comments

Comments
 (0)