Merge pull request #4061 from martin-frbg/xbuild-workflow

CI: run apt-get update before fetching cross-compilers in gh workflow
This commit is contained in:
Martin Kroeker 2023-05-25 16:50:51 +02:00 committed by GitHub
commit df88536d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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