Skip to content

Commit

Permalink
Fix wrong check-picking
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed May 27, 2024
1 parent 97c16cd commit 13f1092
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# FIXME: MacOS' `sed` is incompatible with `gnused`.
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
# Sync with Cargo.toml!
toolchain: "1.64"
components: rust-analyzer
- name: Build
# Workaround of `-Z avoid-dev-deps`
Expand Down

0 comments on commit 13f1092

Please sign in to comment.