Skip to content

Commit 63b92dd

Browse files
committed
adding rust toolchain to workflows
Signed-off-by: Curtis Harding <[email protected]> Signed-off-by: Curtis Harding <[email protected]>
1 parent e17fb3c commit 63b92dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ jobs:
6363
with:
6464
xcode-version: '15.0.1'
6565

66+
- name: "Install rust toolchain"
67+
uses: actions-rs/toolchain@v1
68+
with:
69+
profile: minimal
70+
toolchain: stable
71+
override: true
72+
73+
- name: "Install wasm-pack"
74+
uses: actions-rs/cargo@v1
75+
with:
76+
command: install
77+
args: wasm-pack
78+
79+
6680
- name: "Test Kotlin code is properly formatted"
6781
run: ./gradlew ktlintCheck
6882

0 commit comments

Comments
 (0)