Skip to content

Commit e349a29

Browse files
committed
generate-srcinfo: specify new extras for msys2-devtools
See msys2/msys2-devtools#11
1 parent 5321511 commit e349a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-srcinfo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
pipx install --python '${{ steps.setup-python.outputs.python-path }}' git+https://github.com/msys2/msys2-devtools
31+
pipx install --python '${{ steps.setup-python.outputs.python-path }}' 'msys2-devtools[srcinfo-cache] @ git+https://github.com/msys2/msys2-devtools'
3232
3333
- uses: msys2/setup-msys2@v2
3434
id: msys2
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Install dependencies
7070
run: |
71-
pipx install --python '${{ steps.setup-python.outputs.python-path }}' git+https://github.com/msys2/msys2-devtools
71+
pipx install --python '${{ steps.setup-python.outputs.python-path }}' 'msys2-devtools[pypi-cache,sbom] @ git+https://github.com/msys2/msys2-devtools'
7272
7373
- name: Update the PyPI cache
7474
run: |

0 commit comments

Comments
 (0)