Skip to content

Commit

Permalink
edit workflow to not use actions
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Harding <curtis.harding@iohk.io>

Signed-off-by: Curtis Harding <curtis.harding@iohk.io>

Signed-off-by: Curtis Harding <curtis.harding@iohk.io>
  • Loading branch information
curtis-h committed May 3, 2024
1 parent 63b92dd commit 17a33d0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,10 @@ jobs:
xcode-version: '15.0.1'

- name: "Install rust toolchain"
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
run: /bin/bash -c "$(curl https://sh.rustup.rs -sSf) -y"

- name: "Install wasm-pack"
uses: actions-rs/cargo@v1
with:
command: install
args: wasm-pack
run: cargo install wasm-pack


- name: "Test Kotlin code is properly formatted"
Expand Down

0 comments on commit 17a33d0

Please sign in to comment.