mirror of
https://github.com/actix/actix-website
synced 2025-02-10 15:24:15 +01:00
Install sqlite3 to fix CI (#529)
This commit is contained in:
parent
4e66229007
commit
fafc2cbbd8
3
.github/workflows/examples.yml
vendored
3
.github/workflows/examples.yml
vendored
@ -14,6 +14,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# required packages
|
||||
- run: sudo apt install sqlite3
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user