Skip to content

Commit

Permalink
hopefully fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 10, 2024
1 parent c289881 commit 5e69573
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,14 @@ jobs:
ref: ${{ env.VERSION }}
submodules: recursive

- name: Install Rust (stable 1.73)
uses: actions-rs/toolchain@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
env:
RUST_VERSION: 1.73.0
toolchain: 1.73.0

- name: Install Stack
run: |
wget -qO- https://github.com/commercialhaskell/stack/releases/download/v${{ env.STACK_VERSION }}/stack-${{ env.STACK_VERSION }}-osx-x86_64.tar.gz | tar -xzf -
sudo mv stack-${{ env.STACK_VERSION }}-osx-x86_64/stack /usr/local/bin/stack
stack --version
- name: Install Homebrew Packages
run: |
Expand Down

0 comments on commit 5e69573

Please sign in to comment.