mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Ensure git has a user set up for builds
python-venv script needs git now—because pip install . requires that the checkout has a git tag to tell it what version it is building lol
This commit is contained in:
parent
e9c6d16019
commit
0a7f2d6bf1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -45,6 +45,9 @@ jobs:
|
|||
if: fromJson(needs.get-platform.outputs.build-os) == 'macos-11'
|
||||
run: sudo mv /usr/local/bin/* /tmp/
|
||||
|
||||
# some build pieces fail if git has no user
|
||||
- uses: fregante/setup-git-user@v1
|
||||
|
||||
- run: pkg build ${{ inputs.projects }}
|
||||
id: build
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue