Skip to content

Commit df88536

Browse files
authored
Merge pull request #4061 from martin-frbg/xbuild-workflow
CI: run apt-get update before fetching cross-compilers in gh workflow
2 parents eb1aa6d + e090553 commit df88536

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)