Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Fix CI: fetch latest from mirrors before trying to install all the pa…
Browse files Browse the repository at this point in the history
…ckages.
  • Loading branch information
aentinger authored Dec 16, 2023
1 parent 7009c42 commit 37b88df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: set up enviroment
run: |
sudo apt-get update
sudo apt-get install libeigen3-dev libcppunit-dev
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
Expand Down

0 comments on commit 37b88df

Please sign in to comment.