From f43b05d1df16b6d8faf6ec18ed706b0973578d13 Mon Sep 17 00:00:00 2001 From: Edu Garcia <28616+Arcnor@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:07:55 +0000 Subject: ci: enable gnat cache for macos --- .github/workflows/Test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 5fdf20dca..ed325f508 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -161,6 +161,14 @@ jobs: - name: '🧰 Checkout' uses: actions/checkout@v2 + - name: '💾 Cache gnat' + id: cache-gnat + uses: actions/cache@v2 + with: + path: gnat + key: ${{ runner.os }}-gnat + + # Although we cache this, we let the script run to check if the cache is valid (without conditions) - name: '⚙️ Dependencies (brew)' run: ./scripts/macosx/install-ada.sh -- cgit v1.2.3