From 285cb2662fceedcb974d7c36d2b4d4a47d3f560e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 24 Nov 2025 13:34:06 +0100 Subject: [PATCH] Re-enable mac cache --- .github/workflows/main.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 200e289ef..5007e83aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,14 +91,14 @@ jobs: cli: '1.12.0.1530' bb: latest - # - name: ๐Ÿ— maven cache - # uses: actions/cache@v3 - # with: - # path: | - # ~/.m2 - # ~/.gitlibs - # ~/.deps.clj - # key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }} + - name: ๐Ÿ— maven cache + uses: actions/cache@v3 + with: + path: | + ~/.m2 + ~/.gitlibs + ~/.deps.clj + key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }} - name: ๐Ÿงช Run tests shell: bash run: | @@ -132,14 +132,14 @@ jobs: with: bb: latest - # - name: ๐Ÿ— maven cache - # uses: actions/cache@v3 - # with: - # path: | - # ~/.m2 - # ~/.gitlibs - # ~/.deps.clj - # key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }} + - name: ๐Ÿ— maven cache + uses: actions/cache@v3 + with: + path: | + ~/.m2 + ~/.gitlibs + ~/.deps.clj + key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }} - name: ๐Ÿงช Run tests shell: bash