Skip to content

Commit 8217a87

Browse files
committed
modify
1 parent c5764bd commit 8217a87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sanitizer_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
steps:
4343
- name: Checkout iceberg-cpp
4444
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
4548
- name: Configure and Build with ASAN & UBSAN
4649
run: |
4750
mkdir build && cd build

0 commit comments

Comments
 (0)