Skip to content

Commit

Permalink
Add homebrew worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 28, 2024
1 parent d5c6358 commit c6d08f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
wget https://github.com/kpeeters/cadabra2/archive/refs/tags/${VERSION}.tar.gz
export SHA=`cat ${VERSION}.tar.gz | sha256sum -b | cut -d " " -f 1`
echo "SHA=${SHA}" >> GITHUB_ENV
echo "SHA=${SHA}" >> $GITHUB_ENV
- name: Update Homebrew repo
run: |
Expand Down

0 comments on commit c6d08f7

Please sign in to comment.