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 name: run benchmark
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable

Loading…
Cancel
Save