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 15, 2021
1 parent e0776e9 commit e3670bb
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 @@ -39,8 +39,6 @@ jobs:
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
rust:
- stable
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Crate
Expand All @@ -49,7 +47,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
toolchain: stable
override: true
- name: Set CC and AR vars for MacOs
if: contains(matrix.os, 'macos')
Expand Down

0 comments on commit e3670bb

Please sign in to comment.