adjust path
Some checks failed
Continuous Releases / build (windows) (push) Failing after 8s

This commit is contained in:
Eau
2026-03-20 01:18:19 -05:00
parent b8fd27f0d6
commit d79450116d

View File

@@ -16,7 +16,8 @@ jobs:
with:
fetch-depth: 0
- run: ls -al /root/.cargo/bin
- run: echo "/root/.cargo/bin" >> $PATH
- run: cat $GITHUB_PATH
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- run: rustup default stable
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: https://gitea.com/actions/gitea-release-action@main