Fix rust version during build

This commit is contained in:
Arnaud 2025-10-13 14:15:26 +02:00
parent 4c85c50ba3
commit eb7590e4df
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -2,8 +2,8 @@ name: Artifacts
on:
push:
tags:
- "v*"
# tags:
# - "v*"
workflow_dispatch:
jobs:
@ -39,6 +39,11 @@ jobs:
with:
go-version-file: go.mod
- name: Install Rust 1.85.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.85.0
- name: Record submodule commit
run: git -C vendor/nim-codex rev-parse HEAD > vendor/nim-codex/.codex-commit
@ -61,7 +66,6 @@ jobs:
mingw-w64-ucrt-x86_64-toolchain
mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-ntldd-git
mingw-w64-ucrt-x86_64-rust
- name: Build libcodex (Linux and MacOS)
if: matrix.target.os != 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'