run apt-get update before fetching cross-compilers

This commit is contained in:
Martin Kroeker 2023-05-25 14:14:17 +02:00 committed by GitHub
parent 7796068930
commit e09055330e
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