Skip to content

Commit

Permalink
Install SQL on ubuntu github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jan 22, 2025
1 parent bc3cc2b commit e3732fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
curl -o C:/cacert.pem https://curl.se/ca/cacert.pem
echo "SSL_CERT_FILE=C:/cacert.pem" | Out-File -FilePath $env:GITHUB_ENV -Append
if: runner.os == 'Windows'
- run: |
sudo apt-get install -y libsqlite3-dev
if: runner.os == 'Linux'
- name: Test Full RFC Compliance
# Don't test AWS LC on all features as it makes it build both FIPS and non-FIPS versions
run: cargo test --all-features --verbose --workspace --exclude mls-rs-crypto-aws-lc
Expand Down

0 comments on commit e3732fb

Please sign in to comment.