Skip to content

Commit

Permalink
fix(workflow): maybe im retarded
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamdobhal authored Dec 24, 2024
1 parent 61b9c29 commit 1e08b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: touch db.sqlite cargo install sqlx-cli && cargo sqlx prepare && cargo build --verbose
run: touch db.sqlite && cargo install sqlx-cli && cargo sqlx prepare && cargo build --verbose

0 comments on commit 1e08b64

Please sign in to comment.