0
0
Fork 0

add bun to PATH
Some checks failed
Build Android / Build APK (push) Failing after 6m30s

This commit is contained in:
brooke 2025-05-29 17:28:12 -04:00
parent 3a05ba8084
commit fbbcd8a10d

View file

@ -21,8 +21,10 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Install bun
run: curl -fsSL https://bun.sh/install | bash
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Install app dependencies
working-directory: ./dust