Compare commits
1 commit
dafd831e1d
...
d370f01e9a
| Author | SHA1 | Date | |
|---|---|---|---|
| d370f01e9a |
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
cache-dependency-path: 'frontend/package-lock.json'
|
cache-dependency-path: 'frontend/package-lock.json'
|
||||||
|
|
||||||
- name: Install just
|
- name: Install just
|
||||||
uses: https://github.com/dtolnay/extractions/setup-just@v2
|
uses: extractions/setup-just@v2
|
||||||
|
|
||||||
- name: Install frontend dependencies
|
- name: Install frontend dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue