From 16c89eff69666b6eef9469d72f1cf01db4271114 Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Fri, 26 Apr 2024 15:39:31 +0200 Subject: [PATCH] ci: Stop caching mise --- .github/workflows/ci.yml | 2 ++ .github/workflows/uitests.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5929cb6156..6b7479ebbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: with: access_token: ${{ github.token }} - uses: jdx/mise-action@v2 + with: + cache: false - name: Checkout uses: actions/checkout@v2 - name: Create test env diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index 3f02f0a8df..e5e270b139 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -15,6 +15,8 @@ jobs: with: access_token: ${{ github.token }} - uses: jdx/mise-action@v2 + with: + cache: false - name: Checkout uses: actions/checkout@v2 - name: Create test env