diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7e434479..d1879691 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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