Skip to content

Commit

Permalink
fix: CI arm bare-metal build
Browse files Browse the repository at this point in the history
  • Loading branch information
abeimler committed Jan 26, 2023
1 parent b18054b commit 1c5d9a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.cross.arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ jobs:
doxygen: true

- name: Setup ARM (Cross) Compiler
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ${{ matrix.install-cross-compiler }}
version: 1.0
run: sudo apt-get install -y ${{ matrix.install-cross-compiler }}
shell: bash

- name: Build (Task)
run: |
Expand Down

0 comments on commit 1c5d9a5

Please sign in to comment.