We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e5be2 commit 9513b8aCopy full SHA for 9513b8a
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
if: steps.cache-bitrock.outputs.cache-hit != 'true'
74
run: |
75
wget --retry-connrefused -t 10 -w 10 -T 60 -O $HOME/installbuilder.dmg ${{ env.bitrock_url }}/installbuilder-${{ env.bitrock_version }}-osx-installer.dmg
76
- echo "833717ad9189efdee7af3bbb5808bdf6b826c835cbc9c41817be750ae94a939b $HOME/installbuilder.dmg" | sha256sum -c -
+ echo "833717ad9189efdee7af3bbb5808bdf6b826c835cbc9c41817be750ae94a939c $HOME/installbuilder.dmg" | sha256sum -c -
77
- name: Install InstallBuilder
78
79
hdiutil attach $HOME/installbuilder.dmg
0 commit comments