Skip to content

Commit

Permalink
ci.yml: Run update package list before installing packages
Browse files Browse the repository at this point in the history
This avoids issues when getting packages used for testing in the
docker image.

Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Dec 14, 2023
1 parent 99ddb14 commit 2958cf1
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 @@ -25,6 +25,7 @@ jobs:
run: git clone -b v3.0.0 https://github.com/ARMmbed/mbedtls.git
- name: armv7-unknown-linux-gnueabihf
run: |
sudo apt update
rustup target add armv7-unknown-linux-gnueabihf
sudo apt install -y gcc-multilib
sudo apt install -y gcc-arm-linux-gnueabihf
Expand Down

0 comments on commit 2958cf1

Please sign in to comment.