Skip to content

Commit

Permalink
run apt-get update for Cross compile on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Mar 4, 2025
1 parent fd8567b commit 7c009f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y musl-tools
sudo apt-get install -y gcc-arm-linux-gnueabi
sudo apt-get install -y gcc-arm-linux-gnueabihf
Expand Down

0 comments on commit 7c009f5

Please sign in to comment.