update workflow
This commit is contained in:
7
.github/workflows/general.yml
vendored
7
.github/workflows/general.yml
vendored
@@ -77,7 +77,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SQLX_OFFLINE: true
|
SQLX_OFFLINE: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Install mold linker
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y mold clang
|
||||||
- name: Install the Rust toolchain
|
- name: Install the Rust toolchain
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user