Skip to content

Commit

Permalink
Fix sleep call
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed Nov 2, 2024
1 parent b283c9f commit f3f24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo $ARTIFACT_FILENAME
# macos has random hdiutil errors because of XProtectBehaviorService, retry a few times.
# Reference: https://github.com/actions/runner-images/issues/7522#issuecomment-1556766641
for t in $(seq 1 20); do
sleep 5s
sleep 5
hdiutil create $ARTIFACT_FILENAME -volname "Friture" -fs HFS+ -srcfolder dist/friture.app
break
done
Expand Down

0 comments on commit f3f24d8

Please sign in to comment.