Skip to content

Commit

Permalink
Use alternative rust toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Aug 21, 2024
1 parent e291b34 commit a9fe093
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ jobs:
apt-get upgrade -y
apt-get install -y curl gcc openjdk-8-jdk-headless
- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
- name: Install linker dependencies
run: ${{ matrix.deps }}
if: ${{ matrix.deps != '' }}
Expand Down

0 comments on commit a9fe093

Please sign in to comment.