From 4e3c7b84268c5c274d9ab535e7ac8fdec79869b2 Mon Sep 17 00:00:00 2001 From: Philippe Maincon Date: Thu, 2 Jan 2025 15:23:41 +0100 Subject: [PATCH] and again --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffa8186..7764781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,6 @@ on: - doc tags: '*' pull_request: - -# needed to allow julia-actions/cache to delete old caches that it has created -permissions: - actions: write - contents: read env: JULIA_NUM_THREADS: 2 jobs: @@ -37,7 +32,6 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 - uses: actions/cache@v4 env: cache-name: cache-artifacts