mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore: free ubuntu-latest spaces (#1920)
* chore: free ubuntu-latest spaces * chore: install clang
This commit is contained in:
18
.github/workflows/build-msrv.yml
vendored
18
.github/workflows/build-msrv.yml
vendored
@@ -21,6 +21,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 +54,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 +83,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' }}
|
||||
|
||||
6
.github/workflows/build-nightly-release.yml
vendored
6
.github/workflows/build-nightly-release.yml
vendored
@@ -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
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user