Skip to content

Commit 7808981

Browse files
committed
fix(ci): add path to github env
1 parent ad8999d commit 7808981

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25+
- name: Setup Rust environment
26+
run: |
27+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
28+
echo "CARGO_HOME=$HOME/.cargo" >> $GITHUB_ENV
29+
echo "RUSTUP_HOME=$HOME/.rustup" >> $GITHUB_ENV
30+
2531
- name: Build frontend
2632
working-directory: rustmail_panel
2733
run: trunk build --release --dist ../rustmail/static --config Trunk.toml

0 commit comments

Comments
 (0)