Skip to content

Commit 09abba2

Browse files
committed
chore: rust
1 parent dac27be commit 09abba2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ jobs:
4545
libpango1.0-dev \
4646
gcc-aarch64-linux-gnu
4747
48+
- name: Install Rust
49+
uses: actions-rs/toolchain@v1
50+
with:
51+
profile: minimal
52+
toolchain: stable
53+
target: $([[ ${{matrix.arch}} == 'amd64' ]] && echo "x86_64-unknown-linux-gnu" || echo "aarch64-unknown-linux-gnu")
54+
override: true
55+
4856
- uses: actions/checkout@v2
4957

5058
- name: Set up Python

0 commit comments

Comments
 (0)