fix(ci): Try explicitly specifying the ref for debian/fedora workflows
This commit is contained in:
parent
83baf9b524
commit
0b667ae4fd
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref_name }}
|
||||
|
||||
- name: Cache Cargo registry
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref_name }}
|
||||
|
||||
|
||||
- name: Cache DNF packages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue