Skip to content

Commit

Permalink
Upgrade actions/checkout, remove debugging step in macos workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Oct 19, 2024
1 parent 78a4236 commit a78e832
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-jcef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Upload mask
run: echo "::add-mask::${{ secrets.UPLOAD_URL }}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps and build
run: |
sudo apt update
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Upload mask
run: echo "::add-mask::${{ secrets.UPLOAD_URL }}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Install s3cmd
run: |
Expand Down Expand Up @@ -75,13 +75,11 @@ jobs:
steps:
- name: Upload mask
run: echo "::add-mask::${{ secrets.UPLOAD_URL }}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
brew install ninja
brew install coreutils
brew install s3cmd
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 a78e832

Please sign in to comment.