This commit is contained in:
Max Howell 2023-02-27 09:53:49 -05:00
parent 0d6b087c50
commit 3053d71414
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -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: