Compare commits
1 commit
a6a19148aa
...
c894999f87
| Author | SHA1 | Date | |
|---|---|---|---|
| c894999f87 |
1 changed files with 1 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
- run: cargo install just
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
@ -25,9 +26,6 @@ jobs:
|
|||
cache: 'npm'
|
||||
cache-dependency-path: 'frontend/package-lock.json'
|
||||
|
||||
- name: Install just
|
||||
uses: https://github.com/extractions/setup-just@v3
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue