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 5825de5 commit 3924e0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
- name: setup bun PATH
shell: bash
run: |
echo export PATH=/home/runner/.bun/bin/bun >> $GITHUB_PATH
echo $PATH
echo PATH=/home/runner/.bun/bin/bun >> $GITHUB_PATH
echo $GITHUB_PATH
bun --help
# bun --help
/home/runner/.bun/bin/bun --help
- name: install dependencies
run: bun install
- name: build package
Expand Down

0 comments on commit 3924e0f

Please sign in to comment.