Skip to content

Commit

Permalink
just fix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 6, 2024
1 parent 856506a commit 6e9d8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ jobs:
ref: ${{ env.COMMIT_SHA_TO_BUILD_AND_TEST }}

# Need to be able to save Docker Hub credentials to keychain
- if: ${{ inputs.platform-tag == 'macosx_arm64' && inputs.use-server-rc }}
# Unable to do this via the ansible script for self hosted mac m1 runners
- if: ${{ inputs.platform-tag == 'macosx_arm64' }}
run: security unlock-keychain -p ${{ secrets.MAC_M1_SELF_HOSTED_RUNNER_PW }}

- uses: ./.github/actions/run-ee-server
Expand Down

0 comments on commit 6e9d8f1

Please sign in to comment.