Browse Source

run apt-get update before fetching cross-compilers

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
e09055330e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/dynamic_arch.yml

+ 1
- 0
.github/workflows/dynamic_arch.yml 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


Loading…
Cancel
Save