Skip to content

Commit

Permalink
Mac OS CI: Harden against intermittent install failures
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Dec 28, 2020
1 parent 565da15 commit ddc1f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
token: ${{secrets.ACCESS_TOKEN}}

- name: setup
run: ./Tools/setup/macos.sh
run: ./Tools/setup/macos.sh; ./Tools/setup/macos.sh

- name: Prepare ccache timestamp
id: ccache_cache_timestamp
Expand Down

0 comments on commit ddc1f96

Please sign in to comment.