Update On Wed Mar 19 19:36:48 CET 2025

This commit is contained in:
github-action[bot]
2025-03-19 19:36:49 +01:00
parent 919174b555
commit 82f3853a94
212 changed files with 6881 additions and 6806 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
name: Build & Test
on:
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
+19 -5
View File
@@ -1,10 +1,6 @@
name: Build MSRV
on:
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
@@ -21,6 +17,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Install LLVM and Clang
run: sudo apt install -y clang
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- if: ${{ runner.os == 'Windows' }}
@@ -48,6 +50,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Install LLVM and Clang
run: sudo apt install -y clang
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- if: ${{ runner.os == 'Windows' }}
@@ -71,6 +79,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Install LLVM and Clang
run: sudo apt install -y clang
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- if: ${{ runner.os == 'Windows' }}
@@ -28,6 +28,12 @@ jobs:
toolchain: nightly
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Install LLVM and Clang
run: sudo apt install -y clang
- uses: actions/checkout@v4
- name: Install Rust
+6
View File
@@ -72,6 +72,12 @@ jobs:
# toolchain: nightly
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Install LLVM and Clang
run: sudo apt install -y clang
- uses: actions/checkout@v4
- name: Install Rust
+1 -5
View File
@@ -1,10 +1,6 @@
name: Clippy Check
on:
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always