Ensure fresh repositories in GHA Ubuntu hosts (#478)

This commit is contained in:
Alejandro R Mosteo
2022-03-14 11:59:28 +01:00
committed by GitHub
parent 600b38dd69
commit 85045589d4
+5 -1
View File
@@ -59,9 +59,13 @@ jobs:
# changed files detectors (in both scripts/gh-build-crate.sh and
# check-author action).
- name: Update system repositories
if: matrix.os == 'ubuntu-latest'
run: sudo apt update
- name: Set up GNAT toolchain (FSF)
if: matrix.os == 'ubuntu-latest'
uses: ada-actions/toolchain@ce2020
uses: ada-actions/toolchain@ce2021
with:
distrib: fsf # faster install?