Skip to content

Commit

Permalink
pre-build: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Apr 27, 2024
1 parent e5e4a98 commit a5bf954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
env:
BOTTLES_DIR: ${{ inputs.bottles-directory }}
MACOS_VERSION: ${{ steps.setup-cache.macos_version }}
ARCH: ${{ steps.setup_cache.arch }}
ARCH: ${{ steps.setup-cache.arch }}

- name: Download bottles from GitHub Actions
if: fromJson(inputs.download-bottles)
Expand Down

0 comments on commit a5bf954

Please sign in to comment.