Skip to content

Commit

Permalink
fix(workflow): attempt to fix builds(again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamdobhal authored Dec 24, 2024
1 parent cc45647 commit f08bdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
DATABASE_URL: sqlite:memory
DATABASE_URL: sqlite:db.sqlite

jobs:
build:
Expand All @@ -18,4 +18,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: touch db.sqlite && cargo build --verbose

0 comments on commit f08bdbf

Please sign in to comment.