Skip to content

Commit

Permalink
Remove Rust toolchain from CI (#436)
Browse files Browse the repository at this point in the history
This is because the dependency html5ever_elixir is now precompiled.
This also updates action versions.
  • Loading branch information
philss authored Nov 6, 2022
1 parent a16cf5e commit 3c1ce6e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1.12
- uses: erlef/setup-beam@v1.14
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand All @@ -41,15 +41,8 @@ jobs:
- name: Check for unused dependencies
run: mix deps.unlock --check-unused

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
if: matrix.parser == 'html5ever'

- name: Install CMake
uses: lukka/get-cmake@v3.21.2
uses: lukka/get-cmake@v3.24.3
if: matrix.parser == 'fast_html'

- name: Run test
Expand Down

0 comments on commit 3c1ce6e

Please sign in to comment.