Skip to content

Commit

Permalink
Bump versions in the rust-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 12, 2024
1 parent e4c02b9 commit 7239c60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ on:
jobs:
lint-rust:
name: Lint Rust
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
manifest:
- native/html5ever_nif/Cargo.toml

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v2
with:
workspaces: |
native/html5ever_nif
# - uses: Swatinem/rust-cache@v2
# with:
# workspaces: |
# native/html5ever_nif

- name: run rustfmt
run: cargo fmt --manifest-path=${{ matrix.manifest }} --all -- --check
Expand Down

0 comments on commit 7239c60

Please sign in to comment.