Skip to content

Commit e090553

Browse files
authored
run apt-get update before fetching cross-compilers
1 parent 7796068 commit e090553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dynamic_arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ jobs:
310310

311311
- name: Install Dependencies
312312
run: |
313+
sudo apt-get update
313314
sudo apt-get install -y ccache gcc-${{ matrix.triple }} gfortran-${{ matrix.triple }} libgomp1-${{ matrix.target }}-cross
314315
315316
- name: Compilation cache

0 commit comments

Comments
 (0)