Skip to content

Commit

Permalink
fix: CI build, change apt install packages
Browse files Browse the repository at this point in the history
* use awalsh128/cache-apt-pkgs-action
  • Loading branch information
abeimler committed Jan 18, 2023
1 parent 42fba37 commit 08b5cb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.cross.arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
powershell: true

- name: Setup ARM (Cross) Compiler
uses: tecolicom/actions-use-apt-tools@v1
uses: awalsh128/cache-apt-pkgs-action@latest
with:
tools: ${{ matrix.install-cross-compiler }}
packages: ${{ matrix.install-cross-compiler }}
version: 1.0

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

0 comments on commit 08b5cb6

Please sign in to comment.