Skip to content

Commit

Permalink
Install SQL on ubuntu github action (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: Marta Mularczyk <[email protected]>
  • Loading branch information
mulmarta and Marta Mularczyk authored Jan 22, 2025
1 parent bc3cc2b commit 539cc5c
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 539cc5c

Please sign in to comment.