add build-essential package
All checks were successful
Continuous Releases / build (windows) (push) Successful in 36s

This commit is contained in:
Eau
2026-03-20 01:23:24 -05:00
parent 5502126c35
commit 720b8ce886

View File

@@ -16,7 +16,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH - run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- run: apt install -y buildessentials - 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: