Skip to content

Commit fc4f175

Browse files
committed
CI: fixed ARM compiler installation
1 parent a6fc931 commit fc4f175

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ jobs:
300300
runs-on: ubuntu-20.04
301301
steps:
302302
- name: Install
303-
run: sudo apt-get install -y g++-arm-linux-gnueabihf
303+
run: |
304+
sudo apt-get update
305+
sudo apt-get install -y g++-arm-linux-gnueabihf
304306
- name: Checkout
305307
uses: actions/checkout@v2
306308
- name: Configure

0 commit comments

Comments
 (0)