Skip to content

Comments

Fix CI cache#396

Merged
parasyte merged 2 commits intomainfrom
fix/ci-cache
Feb 18, 2026
Merged

Fix CI cache#396
parasyte merged 2 commits intomainfrom
fix/ci-cache

Conversation

@parasyte
Copy link
Collaborator

Trying to fix the broken CI cache. The old cache/save version complained that the cache was locked. No idea why. The action was used as documented.

Moving the checkout action to the first step to align with documentation. And updating the action to the most recent version.

Trying to fix the broken CI cache. The old cache/save version complained that
the cache was locked. No idea why. The action was used as documented.

Moving the checkout action to the first step to align with documentation. And
updating the action to the most recent version.
@parasyte parasyte requested a review from JeanMertz February 18, 2026 21:22
@parasyte parasyte marked this pull request as ready for review February 18, 2026 21:22
~/.cargo/.crates2.json
key: toolchain-${{ matrix.task }}
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v2
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a reason why I ordered it this way, if only I had documented it somewhere 🙄

Copy link
Collaborator

@JeanMertz JeanMertz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR looks good. Unsure about moving the checkout step (and removing binstall in a previous PR), but let's see if CI times stay stable in the coming days.

@parasyte parasyte merged commit 080975a into main Feb 18, 2026
13 checks passed
@parasyte parasyte deleted the fix/ci-cache branch February 18, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants