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

This commit is contained in:
2025-11-09 23:06:00 +02:00
parent c0a54b5f0a
commit 6859f1cbd1
2 changed files with 2 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: rust-latest
steps:
- name: Checkout repo

View File

@@ -10,15 +10,12 @@ env:
jobs:
build:
name: Cargo build release
runs-on: ubuntu-latest
runs-on: rust-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Update
run: apt update
- name: Check formatting
run: cargo fmt --all -- --check