Skip to content

Commit b89a4d9

Browse files
authored
dbl: fix CI (#1178)
The `minimal-versions` job was missing the `uses` key
1 parent 1ed4ca4 commit b89a4d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/dbl.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: dbl
22

33
on:
44
pull_request:
5-
paths:
6-
- "dbl/**"
7-
- "Cargo.*"
5+
paths:
6+
- ".github/workflows/dbl.yml"
7+
- "dbl/**"
8+
- "Cargo.*"
89
push:
910
branches: master
1011

@@ -40,8 +41,9 @@ jobs:
4041
- run: cargo build --target ${{ matrix.target }}
4142

4243
minimal-versions:
44+
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4345
with:
44-
working-directory: ${{ github.workflow }}
46+
working-directory: ${{ github.workflow }}
4547

4648
test:
4749
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)