Skip to content

Commit

Permalink
Corrected ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Apr 11, 2024
1 parent 3f666c3 commit a307519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- uses: actions/checkout@v4
- name: Use bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install
with:
bun-version: 1.0.31
- name: Install Dependencies
run: bun install
- name: Build Kaspian
run: bun run build

0 comments on commit a307519

Please sign in to comment.