install libelf-dev as dependency of mgba-test-runner

This commit is contained in:
Corwin Kuiper 2021-07-03 18:35:51 +01:00
parent 1c1e048b47
commit 23c1c9ab08

View file

@ -16,7 +16,7 @@ jobs:
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev -y
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v2.1.6