Browse Source

Mac OS CI: Harden against intermittent install failures

release/1.12
Lorenz Meier 4 years ago
parent
commit
ddc1f964d2
  1. 2
      .github/workflows/compile_macos.yml

2
.github/workflows/compile_macos.yml

@ -23,7 +23,7 @@ jobs: @@ -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

Loading…
Cancel
Save