debug missing commands
Some checks failed
Continuous Releases / build (windows) (push) Failing after 1m6s

This commit is contained in:
Eau
2026-03-20 01:11:22 -05:00
parent 6ff5c0817f
commit b7defc0a3b

View File

@@ -9,13 +9,15 @@ env:
jobs: jobs:
build_windows: build_windows:
name: build (windows) name: build (windows)
runs-on: ubuntu-latest
container: container:
image: tea.werats.gay/laurayka/ci-rust-img:latest image: tea.werats.gay/laurayka/ci-rust-img:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: which rustup
- run: rustup default stable
- run: which cargo
- 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: