Skip to content

Commit 3f8db04

Browse files
committed
devops: try rust actions runner
Signed-off-by: Aaron Teo <[email protected]>
1 parent d9699aa commit 3f8db04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,16 @@ jobs:
209209
key: ubuntu-cpu-cmake
210210
evict-old-files: 1d
211211

212+
- name: Rust
213+
uses: actions-rust-lang/[email protected]
214+
212215
- name: Build Dependencies
213216
id: build_depends
214217
run: |
215218
sudo apt-get update
216219
sudo apt-get install -y --no-install-recommends \
217220
python3 python3-pip python3-dev \
218-
libjpeg-dev build-essential libcurl4-openssl-dev
219-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
220-
source $HOME/.cargo/env
221+
build-essential libcurl4-openssl-dev
221222
222223
- name: Python Dependencies
223224
id: python_depends

0 commit comments

Comments
 (0)