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:
commit
df88536d1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue