Skip to content

Commit

Permalink
macOS retry
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Mar 12, 2024
1 parent 4eb64ff commit 8931b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-jcef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
matrix:
platform: [amd64, arm64]
steps:
- name: Upload mask
run: echo "::add-mask::${{ secrets.UPLOAD_URL }}"
- uses: actions/checkout@v3
- run: |
brew install ninja
brew install python
brew install coreutils
brew install s3cmd
pip install six
pip install --upgrade gsutil
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 8931b21

Please sign in to comment.