From 9d51e34c19f7ed956d6b4b8b962ce450ced27bcf Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 17 May 2026 16:30:02 +0000 Subject: [PATCH] ci: bypass mise cache in build smoke test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fef5e3a..6c666a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,9 @@ jobs: with: persist-credentials: false - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + with: + cache: false + cache_save: false - run: aube install - run: aubr all test: # make sure the action works on a clean machine without building