install build essentials?
Some checks failed
Continuous Releases / build (windows) (push) Failing after 4s

This commit is contained in:
Eau
2026-03-20 01:22:12 -05:00
parent d79450116d
commit 5502126c35

View File

@@ -15,10 +15,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ls -al /root/.cargo/bin
- run: cat $GITHUB_PATH
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- run: rustup default stable
- run: apt install -y buildessentials
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: https://gitea.com/actions/gitea-release-action@main
env: