Browse Source

workflows: OSX.sh is now called macos.sh

sbg
Julian Oes 5 years ago committed by Daniel Agar
parent
commit
9723b26d72
  1. 2
      .github/workflows/compile_macos.yml
  2. 4
      Tools/setup/OSX.sh

2
.github/workflows/compile_macos.yml

@ -24,7 +24,7 @@ jobs:
token: ${{secrets.ACCESS_TOKEN}} token: ${{secrets.ACCESS_TOKEN}}
- name: setup - name: setup
run: ./Tools/setup/OSX.sh run: ./Tools/setup/macos.sh
- name: Prepare ccache timestamp - name: Prepare ccache timestamp
id: ccache_cache_timestamp id: ccache_cache_timestamp

4
Tools/setup/OSX.sh

@ -1,4 +0,0 @@
#! /usr/bin/env bash
echo "The script is now called 'macos.sh'."
exit 1
Loading…
Cancel
Save