Skip to content

Commit 03d13f8

Browse files
committed
Update GHA to install libelf.h
1 parent fc3fe2c commit 03d13f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ jobs:
194194
if: ${{ matrix.env.TOOLS_JDK_VERSION != '' }}
195195
run: |
196196
${MX_PATH}/mx --java-home= fetch-jdk --jdk-id labsjdk-ce-${TOOLS_JDK_VERSION} --to jdk-dl --alias ${TOOLS_JAVA_HOME_LOCATION}
197+
- name: Install libelf.h
198+
run: sudo apt update && sudo apt-get install -y libelf-dev
197199
- name: Update dependency cache
198200
if: ${{ env.MX_RUNS_DEBUG == 'true' || env.MX_RUNS_STYLE == 'true' }}
199201
run: sudo apt update

0 commit comments

Comments
 (0)