Skip to content

Commit

Permalink
ci: try fix bun not found
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent 1e69c17 commit 3a30337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
- name: Clone Rin repository
uses: actions/checkout@v2
Expand All @@ -28,10 +27,12 @@ jobs:

- name: Install dependencies
run: |
source ~/.bashrc
cd Rin/
bun i
- name: Deploy
run: |
source ~/.bashrc
cd Rin/
bun server/migrator.ts

0 comments on commit 3a30337

Please sign in to comment.