Compare commits

..

6 Commits

Author SHA1 Message Date
Ferdinand Schober
fcef748225 Revert "test windows deps"
This reverts commit 09c73d4fab.
2026-02-08 16:30:24 +01:00
Ferdinand Schober
09c73d4fab test windows deps 2026-02-08 15:39:32 +01:00
Ferdinand Schober
2a74e0acd2 clippy annotations 2026-02-08 15:37:52 +01:00
Ferdinand Schober
3a8298d1ce fix condition 2026-02-08 15:28:49 +01:00
Ferdinand Schober
1fbb6d2af6 separate run jobs 2026-02-08 15:27:37 +01:00
Ferdinand Schober
e8bd604609 rust.yml: run fmt/build/check/test separately 2026-02-08 15:22:16 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ env:
jobs:
linux-release-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies

View File

@@ -7,7 +7,7 @@ on:
jobs:
linux-release-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies