Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Mar 27, 2023
1 parent 8f973a7 commit 886878e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
if: matrix.os == 'macOS-latest'
- uses: dtolnay/rust-toolchain@stable

- name: build
run: cargo build --verbose
Expand Down

0 comments on commit 886878e

Please sign in to comment.