Skip to content

Commit

Permalink
Simplify ci script a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Jul 20, 2021
1 parent e598355 commit 4f209b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
os: macos-latest
cc: /usr/local/opt/llvm/bin/clang
ar: /usr/local/opt/llvm/bin/llvm-ar
rust:
- stable
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Crate
Expand All @@ -53,7 +51,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
toolchain: stable
override: true
- name: Building docs
env:
Expand Down

0 comments on commit 4f209b5

Please sign in to comment.