Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn committed Jan 30, 2024
1 parent 54caa4d commit 6a02898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,14 @@ jobs:
run: cargo clippy --all --all-targets --features full-async

msrv:
name: Minimal rust version
name: Check minimal rust compatiblity for ${{ matrix.msrv }}
# Check to see if rquickjs builds on minimal supported Rust version.
runs-on: ubuntu-latest
# we use a matrix here just because env can't be used in job names
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [1.65.0] # 1.65.0 introduced GAT stabilization
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6a02898

Please sign in to comment.