Browse Source

Go back to v1

Should fix the master branch issue
pull/226/head
Jason Williams 5 years ago committed by GitHub
parent
commit
afc782cf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -5,7 +5,7 @@ jobs:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

Loading…
Cancel
Save