Remove temporary macOS CI workarounds
This commit is contained in:
parent
0ea85fdd2b
commit
ae7761c33e
|
@ -20,10 +20,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: |
|
||||
rm -rf /usr/local/bin/2to3 # Temporary workaround suggested here - https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076
|
||||
brew update
|
||||
brew install sdl2 qt@5 libslirp libarchive libepoxy
|
||||
run: brew install sdl2 qt@5 libslirp libarchive libepoxy
|
||||
- name: Create build environment
|
||||
run: mkdir ${{runner.workspace}}/build
|
||||
- name: Configure
|
||||
|
|
Loading…
Reference in New Issue