Skip to content

Commit 744ac89

Browse files
committed
refactor(CI): switch ci.yml to self-hosted github runners
1 parent 57d46b7 commit 744ac89

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
build_and_test:
1212
name: Rustmail - latest
13-
runs-on: ubuntu-latest
13+
runs-on: self-hosted
1414
env:
1515
SQLX_OFFLINE: true
1616
strategy:
@@ -23,12 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Set up Rust
26-
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
27-
28-
- name: Install trunk and wasm target
29-
run: |
30-
rustup target add wasm32-unknown-unknown
31-
cargo install trunk --locked
26+
run: rustup default ${{ matrix.toolchain }}
3227

3328
- name: Build frontend
3429
working-directory: rustmail_panel

0 commit comments

Comments
 (0)