update workflow
Some checks failed
Continuous Releases / build (windows) (push) Failing after 1m8s

This commit is contained in:
Eau
2026-03-20 02:35:36 -05:00
parent 20fedb578e
commit e25d2ed23d

View File

@@ -10,12 +10,11 @@ jobs:
build_windows: build_windows:
name: build (windows) name: build (windows)
container: container:
image: tea.werats.gay/laurayka/ci-rust-img:0.5.0 image: tea.werats.gay/laurayka/rust-ci-img:0.5.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}" - run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: https://gitea.com/actions/gitea-release-action@main - uses: https://gitea.com/actions/gitea-release-action@main
env: env: