install build essentials?
Some checks failed
Continuous Releases / build (windows) (push) Failing after 4s
Some checks failed
Continuous Releases / build (windows) (push) Failing after 4s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user