This commit is contained in:
parent
3a05ba8084
commit
fbbcd8a10d
1 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,10 @@ jobs:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|
||||||
- name: Install bun
|
- name: Install Bun
|
||||||
run: curl -fsSL https://bun.sh/install | bash
|
run: |
|
||||||
|
curl -fsSL https://bun.sh/install | bash
|
||||||
|
echo "$HOME/.bun/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install app dependencies
|
- name: Install app dependencies
|
||||||
working-directory: ./dust
|
working-directory: ./dust
|
||||||
|
|
Loading…
Add table
Reference in a new issue