Skip to content

Commit

Permalink
Attempt to fix java-cef-macos workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Oct 19, 2024
1 parent 54ed73f commit 03a5d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-jcef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 03a5d9c

Please sign in to comment.