Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Aug 28, 2023
1 parent 5d76854 commit f0043e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,14 @@ jobs:

# Multi platform CI build dropped for now
# os: [windows-latest, ubuntu-latest, macos-latest]

rust: [stable]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.71.1
override: true

# Old single action to Setup Cache
Expand Down

0 comments on commit f0043e3

Please sign in to comment.