We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e491f6 commit c092fcbCopy full SHA for c092fcb
1 file changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
- uses: jdx/mise-action@v2
52
with:
53
version: 2026.1.6 # [default: latest] mise version to install
54
- #install: true # [default: true] run `mise install`
+ install: false # [default: true] run `mise install`
55
cache: ${{ github.event_name != 'pull_request' }} # cache mise using GitHub's cache if running in a PR
56
- run: |
57
mise run build --platform ${{matrix.build.docker_platform}} --target ${{matrix.build.rust_target}}
0 commit comments