Remove temporary macOS CI workarounds
This commit is contained in:
parent
0ea85fdd2b
commit
ae7761c33e
|
@ -20,10 +20,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: |
|
run: brew install sdl2 qt@5 libslirp libarchive libepoxy
|
||||||
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
|
|
||||||
- name: Create build environment
|
- name: Create build environment
|
||||||
run: mkdir ${{runner.workspace}}/build
|
run: mkdir ${{runner.workspace}}/build
|
||||||
- name: Configure
|
- name: Configure
|
||||||
|
|
Loading…
Reference in New Issue