gitea workflow fix 2
Some checks failed
Build the release program / Cargo build release (push) Failing after 1m19s
Some checks failed
Build the release program / Cargo build release (push) Failing after 1m19s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user