Skip to content

Commit

Permalink
Attempt to fix macOS release packages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Jun 17, 2024
1 parent 99a7e91 commit 1a42ca4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/cargo-build-macos-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ runs:
run: rustup target add aarch64-apple-darwin
shell: bash
working-directory: ./quickwit
- name: Add target x86_64-apple-darwin
if: "${{ inputs.target == 'x86_64-apple-darwin' }}"
run: rustup target add x86_64-apple-darwin
shell: bash
working-directory: ./quickwit
- name: Retrieve and export commit date, hash, and tags
run: |
echo "QW_COMMIT_DATE=$(TZ=UTC0 git log -1 --format=%cd --date=format-local:%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_ENV
Expand Down

0 comments on commit 1a42ca4

Please sign in to comment.