Skip to content

Commit

Permalink
Temp 13: Set Rust compiler CI build to stable (1.72.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 2, 2023
1 parent 45b107d commit 7135db5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Install aarch64 Rust target"
run: rustup target add aarch64-apple-darwin
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Install x86_64-pc-windows-msvc Rust target"
run: rustup target add x86_64-pc-windows-msvc
Expand Down Expand Up @@ -94,8 +94,8 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Build bdk-jvm library"
run: |
Expand Down

0 comments on commit 7135db5

Please sign in to comment.