1
0
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:
Yuki Okushi 2025-01-25 13:30:57 +09:00 committed by GitHub
parent 4e66229007
commit fafc2cbbd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# required packages
- run: sudo apt install sqlite3
- uses: actions/checkout@v4
- name: Install Rust