We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5764bd commit 8217a87Copy full SHA for 8217a87
1 file changed
.github/workflows/sanitizer_test.yml
@@ -42,6 +42,9 @@ jobs:
42
steps:
43
- name: Checkout iceberg-cpp
44
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45
+ - name: Install dependencies
46
+ shell: bash
47
+ run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
48
- name: Configure and Build with ASAN & UBSAN
49
run: |
50
mkdir build && cd build
0 commit comments