Skip to content

Commit

Permalink
add bun to actions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsumura-h authored Sep 29, 2023
1 parent 92de570 commit 29e4cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
source /home/runner/.bashrc
echo "~/.bun/bin" >> $GITHUB_PATH
- name: Build palladian
run: |
cd examples/document
Expand Down

0 comments on commit 29e4cab

Please sign in to comment.