We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac27be commit 09abba2Copy full SHA for 09abba2
1 file changed
.github/workflows/release.yml
@@ -45,6 +45,14 @@ jobs:
45
libpango1.0-dev \
46
gcc-aarch64-linux-gnu
47
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
+
56
- uses: actions/checkout@v2
57
58
- name: Set up Python
0 commit comments