Skip to content

Commit

Permalink
Fix x86 macos nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Aug 28, 2024
1 parent 948329b commit 942884e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/cargo-build-macos-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ runs:
- name: Install rustup
shell: bash
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
- name: Add target aarch64-apple-darwin
if: "${{ inputs.target == 'aarch64-apple-darwin' }}"
run: rustup target add aarch64-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 942884e

Please sign in to comment.