gitea workflow fix 4
Some checks failed
Build the release program / Cargo build release (push) Failing after 1m49s

This commit is contained in:
2025-11-09 23:24:12 +02:00
parent 3bdde061ee
commit c67d2ab55a
2 changed files with 14 additions and 2 deletions

View File

@@ -15,8 +15,11 @@ jobs:
runs-on: rust-latest
steps:
- name: Deps
run: apt-get update -y && apt-get install nodejs -y
- name: Checkout repo
uses: git clone $GITEA_REPOSITORY .
uses: actions/checkout@v4
- name: cargo test
run: cargo test --verbose