We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d46b7 commit 744ac89Copy full SHA for 744ac89
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
build_and_test:
12
name: Rustmail - latest
13
- runs-on: ubuntu-latest
+ runs-on: self-hosted
14
env:
15
SQLX_OFFLINE: true
16
strategy:
@@ -23,12 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
25
- 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
+ run: rustup default ${{ matrix.toolchain }}
32
33
- name: Build frontend
34
working-directory: rustmail_panel
0 commit comments