Skip to content

Commit

Permalink
Update homebrew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
colstrom authored Jul 3, 2024
1 parent b59ea41 commit 31c1a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
zypper install --no-confirm git-core
- name: Download Installer
id: download
run: |
curl --location --silent --fail --show-error --output /opt/install-homebrew.bash https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
BASE64="$(base64 --wrap=0 /opt/install-homebrew.bash)"
Expand All @@ -41,5 +42,5 @@ jobs:
steps:
- name: Validate Checksum
run: |
SHA256=$(echo "${{ needs.download.outputs.base64 }}" | sha256sum | cut -d ' ' -f 1)
SHA256=$(echo "${{ needs.download.outputs.installer }}" | sha256sum | cut -d ' ' -f 1)
test "${SHA256}" = "${{ needs.download.outputs.checksum }}"

0 comments on commit 31c1a82

Please sign in to comment.