Skip to content

Commit

Permalink
Merge pull request #38 from secondlife/rye/universal
Browse files Browse the repository at this point in the history
Switch default build-variables ref to universal branch for macos arm64 support
  • Loading branch information
RyeMutt authored Nov 19, 2024
2 parents f28ed3a + 441c09a commit 702128b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
build-variables-ref:
type: string
description: build-variables repository ref
default: viewer
default: universal
build-id:
type: string
description: "Built id (default: commit sha)"
Expand Down Expand Up @@ -96,7 +96,7 @@ runs:

- name: Checkout
uses: actions/checkout@v4
if: inputs.checkout
if: ${{ fromJSON(inputs.checkout) }}
with:
# Work around the fact that in the context of a pull request github.sha
# references a dynamic merge commit rather than the branch head
Expand Down

0 comments on commit 702128b

Please sign in to comment.