mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
k no
This commit is contained in:
parent
0d6b087c50
commit
3053d71414
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -45,12 +45,6 @@ jobs:
|
||||||
if: fromJson(needs.get-platform.outputs.build-os) == 'macos-11'
|
if: fromJson(needs.get-platform.outputs.build-os) == 'macos-11'
|
||||||
run: sudo mv /usr/local/bin/* /tmp/
|
run: sudo mv /usr/local/bin/* /tmp/
|
||||||
|
|
||||||
# some build pieces fail if git has no user
|
|
||||||
- name: setup git user.name etc.
|
|
||||||
run: |
|
|
||||||
git config --global user.name 'github-actions[bot]'
|
|
||||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
|
||||||
|
|
||||||
- run: pkg build ${{ inputs.projects }}
|
- run: pkg build ${{ inputs.projects }}
|
||||||
id: build
|
id: build
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue