Browse Source

fix msrv badge ci

pull/639/head
o2sh 4 years ago
parent
commit
410068dda8
  1. 2
      .github/workflows/msrv-badge.yml

2
.github/workflows/msrv-badge.yml

@ -10,6 +10,8 @@ jobs: @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Get Minimum Supported Rust Version
uses: spenserblack/actions-msrv@v0.2
id: get-msrv

Loading…
Cancel
Save