Skip to content

Commit ae13046

Browse files
Temp fix Tsavorite CI (#909)
Co-authored-by: Hamdaan Khalid <[email protected]>
1 parent e7422df commit ae13046

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121
steps:
122122
- name: Check out code
123123
uses: actions/checkout@v4
124+
- name: Set workaround for libaio on Ubuntu 24.04 (see https://askubuntu.com/questions/1512196/libaio1-on-noble/1512197#1512197)
125+
run: |
126+
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
127+
if: ${{ matrix.os == 'ubuntu-latest' }}
124128
- name: Set environment variable for Linux
125129
run: echo "RunAzureTests=yes" >> $GITHUB_ENV
126130
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)