update for newer image
Some checks failed
Continuous Releases / build (windows) (push) Failing after 0s
Some checks failed
Continuous Releases / build (windows) (push) Failing after 0s
This commit is contained in:
@@ -11,12 +11,11 @@ jobs:
|
|||||||
name: build (windows)
|
name: build (windows)
|
||||||
container:
|
container:
|
||||||
image: tea.werats.gay/laurayka/ci-rust-img:latest
|
image: tea.werats.gay/laurayka/ci-rust-img:latest
|
||||||
|
options: --pull always
|
||||||
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: apt install -y build-essential
|
|
||||||
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user