Browse Source
Merge pull request #4061 from martin-frbg/xbuild-workflow
CI: run apt-get update before fetching cross-compilers in gh workflow
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/dynamic_arch.yml
|
|
|
@@ -310,6 +310,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Install Dependencies |
|
|
|
run: | |
|
|
|
sudo apt-get update |
|
|
|
sudo apt-get install -y ccache gcc-${{ matrix.triple }} gfortran-${{ matrix.triple }} libgomp1-${{ matrix.target }}-cross |
|
|
|
|
|
|
|
- name: Compilation cache |
|
|
|
|