From 44a16f9a797100b26a7769f67b30997fbc15e2c2 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Mon, 29 Jan 2024 16:30:15 +0100 Subject: [PATCH] Add julia-cache --- .github/workflows/FormatCheck.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index e51a194..a983404 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -15,10 +15,14 @@ jobs: julia-version: [1] os: [ubuntu-latest] steps: - - uses: julia-actions/setup-julia@latest + - name: Check out project + uses: actions/checkout@v4 + - name: Set up Julia + uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.julia-version }} - - uses: actions/checkout@v4 + - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' + - uses: julia-actions/cache@v1 - name: Install JuliaFormatter and format # This will use the latest version by default but you can set the version like so: #