mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
github: Try to fix the build with the release tag
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c2a6bcba1e
commit
e56cf3bcb0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
||||||
- name: Checkout all tags
|
- name: Checkout all tags
|
||||||
run: |
|
run: |
|
||||||
cd alsa-utils
|
cd alsa-utils
|
||||||
git fetch --prune --tags
|
git fetch --prune --tags --force
|
||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow --force
|
||||||
- name: Modify version
|
- name: Modify version
|
||||||
run: |
|
run: |
|
||||||
cd alsa-utils
|
cd alsa-utils
|
||||||
|
|
Loading…
Reference in a new issue