2 Commits

Author SHA1 Message Date
Eau
fe42faae49 Update .gitea/workflows/cd.yaml
All checks were successful
Continuous Releases / build (windows) (push) Successful in 26s
2026-03-20 07:38:07 +00:00
28ba0aa4a1 use pinned version of build image
Some checks failed
Continuous Releases / build (windows) (push) Failing after 0s
2026-03-20 02:14:45 -05:00

View File

@@ -10,7 +10,7 @@ jobs:
build_windows:
name: build (windows)
container:
image: tea.werats.gay/laurayka/ci-rust-img:latest
image: tea.werats.gay/laurayka/rust-ci-img:0.5.0
steps:
- uses: actions/checkout@v4
with: