Skip to content

Commit

Permalink
Merge pull request #213 from rage/huh
Browse files Browse the repository at this point in the history
Fix Mac CI
  • Loading branch information
Heliozoa authored Oct 29, 2024
2 parents b527659 + f697412 commit 47ad293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- uses: actions/setup-python@v5
with:
python-version: "3.11" # gsutil doesn't support >3.11
- name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v2

Expand Down

0 comments on commit 47ad293

Please sign in to comment.