Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Jun 5, 2024
1 parent 467f768 commit 0783e06
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-gnu
toolchain: 1.73.0
toolchain: 1.76.0

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'

- name: install dependencies
run: |
Expand Down Expand Up @@ -81,7 +76,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
toolchain: 1.73.0
toolchain: 1.76.0

- name: Prepare package
run: |
Expand Down Expand Up @@ -120,13 +115,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-darwin
toolchain: 1.73.0
toolchain: 1.76.0

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'

- name: Environment Setup
run: |
export CFLAGS="-fno-stack-check"
Expand Down

0 comments on commit 0783e06

Please sign in to comment.