Compare commits
1 commit
c894999f87
...
a6a19148aa
| Author | SHA1 | Date | |
|---|---|---|---|
| a6a19148aa |
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ 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
|
||||
|
|
@ -26,6 +25,9 @@ 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