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 32a7ea7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/cargo-build-macos-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ 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
- name: Add target ${{ inputs.target }}
run: rustup target add ${{ inputs.target }}
shell: bash
working-directory: ./quickwit
- name: Retrieve and export commit date, hash, and tags
Expand Down

0 comments on commit 32a7ea7

Please sign in to comment.