Skip to content

Commit

Permalink
Merge pull request #158 from lf-lang/macos-rust-install
Browse files Browse the repository at this point in the history
Alternative Rust toolchain install
  • Loading branch information
lhstrh authored Apr 28, 2024
2 parents 7373c02 + 7d78234 commit f00d7b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,16 @@ runs:
if: ${{ inputs.package == 'true' && inputs.pre-release == 'true'}}
- name: Install pylint
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install pylint
python -m pip install --upgrade pip
pip3 install pylint --break-system-packages
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Install pnpm
run: npm i -g pnpm
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
Expand Down

0 comments on commit f00d7b6

Please sign in to comment.