Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
fix(github-actions): fix github actions to run bun commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimae committed Jul 16, 2022
1 parent 4472ef3 commit d9d3467
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
- name: setup bun PATH
run: |
export BUN_INSTALL="/home/runner/.bun"
echo PATH="$$GITHUB_WORKSPACE/.bun/bin:$PATH" >> $GITHUB_PATH
echo $GITHUB_WORKSPACE
echo PATH="$GITHUB_WORKSPACE/.bun/bin:$PATH" >> $GITHUB_PATH
echo "::::::::::::::::::::::::::::::::::::::::::::::::::::::
which bun
echo "::::::::::::::::::::::::::::::::::::::::::::::::::::::
- name: install dependencies
run: bun install
- name: build package
Expand Down

0 comments on commit d9d3467

Please sign in to comment.