mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Wed Mar 19 19:36:48 CET 2025
This commit is contained in:
+1
-5
@@ -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
@@ -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
|
||||
|
||||
@@ -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
@@ -1,10 +1,6 @@
|
||||
name: Clippy Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Reference in New Issue
Block a user