Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
sokach-dev committed Dec 21, 2024
1 parent 01dd2de commit bb52ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build
run: |
sudo apt install libssl-dev
sudo apt install libssl-dev gcc
cargo install sqlx-cli --no-default-features --features sqlite
export DATABASE_URL=sqlite:./db.sqlite
sqlx database create
Expand Down

0 comments on commit bb52ff0

Please sign in to comment.