Skip to content

Commit b5faf82

Browse files
committed
Run apt update first
1 parent 1b5fd94 commit b5faf82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ runs:
1414
- name: Install cross-compiling GCC
1515
shell: bash
1616
run: |
17+
sudo apt update
1718
sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
1819
1920
- name: Build binaries

0 commit comments

Comments
 (0)