Compare commits
1 commit
21fb6656c5
...
3b29ce1797
Author | SHA1 | Date | |
---|---|---|---|
3b29ce1797 |
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-bun-
|
key: ${{ runner.os }}-bun-
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
- run: apt install just
|
- run: apt update && apt install just -y
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue