diff --git a/.github/workflows/build-jcef.yml b/.github/workflows/build-jcef.yml index 7eb84631..40a8c76a 100644 --- a/.github/workflows/build-jcef.yml +++ b/.github/workflows/build-jcef.yml @@ -80,7 +80,8 @@ jobs: brew install ninja brew install coreutils brew install s3cmd - brew install six + pip uninstall six + pip install --user six sudo xcode-select --switch /Applications/Xcode_13.1.app mkdir jcef_build && cd jcef_build cmake -G "Ninja" -DPROJECT_ARCH=${{ matrix.platform }} -DCMAKE_BUILD_TYPE=Release ..