diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-03-08 12:50:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 12:50:09 +0000 |
commit | ae7761c33e0e73a0f21e8651a4c7525aadb709eb (patch) | |
tree | e7341efacd290f3effbbc7bd79e490cebdedab00 | |
parent | 0ea85fdd2b2fdf18bd5b70f0a97eb87bb7eb0846 (diff) |
Remove temporary macOS CI workarounds
-rw-r--r-- | .github/workflows/build-macos.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index e390722..33b22a2 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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 |