update for newer image
Some checks failed
Continuous Releases / build (windows) (push) Failing after 0s

This commit is contained in:
Eau
2026-03-20 01:30:51 -05:00
parent 720b8ce886
commit a43cd74dd9

View File

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