Skip to content

Commit

Permalink
Install clang for asan
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Aug 27, 2024
1 parent b574247 commit ecf1524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opensslcomparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt-get update -o Acquire::Languages=none -o Acquire::Translation=none
sudo apt-get -y --no-install-recommends install \
cmake gcc ninja-build golang make autoconf pkg-config openssl
cmake clang ninja-build golang make autoconf pkg-config openssl
- name: Build AWS-LC & OpenSSL and Run Comparison Tests
run: |
./tests/ci/run_openssl_comparison_tests.sh

0 comments on commit ecf1524

Please sign in to comment.