fixed CI rust dep version mismatch
Some checks failed
dev release / build (push) Failing after 1s

This commit is contained in:
Breadway 2026-08-03 12:58:08 +08:00
parent d46fb98321
commit c60f3abf07
3 changed files with 35 additions and 9 deletions

View file

@ -18,13 +18,15 @@ jobs:
- name: build inside container
run: |
docker run --rm \
podman run --rm \
-v "$(pwd)/src:/workspace" \
-w /workspace \
fedora:41 \
bash -c "
set -euo pipefail
dnf install -y gcc pkgconf-pkg-config libadwaita-devel cargo
dnf install -y gcc pkgconf-pkg-config libadwaita-devel git curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
source \$HOME/.cargo/env
cargo build --release --locked
"
@ -66,4 +68,4 @@ jobs:
"${PKG_DIR}/breadman-x86_64" \
"${PKG_DIR}/breadpad-x86_64.sha256" \
"${PKG_DIR}/breadman-x86_64.sha256" \
--clobber
--clobber