Skip to content

Commit

Permalink
Update to ungoogled-chromium 119.0.6045.199 (#133)
Browse files Browse the repository at this point in the history
* Update to ungoogled-chromium 119.0.6045.199

Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>

* ci: Revert to Python 3.11 to avoid some build error

Thanks to @benhaney

Co-authored-by: Ben Haney <[email protected]>
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>

* ci: Use Python 3.11 for all build runs

Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>

---------

Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
Co-authored-by: Ben Haney <[email protected]>
  • Loading branch information
Cubik65536 and benhaney authored Dec 3, 2023
1 parent 45ae81d commit 8b534e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ jobs:
- name: Run xcode-select
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app
- name: Install dependencies
# Remove pip call after Chromium 119
run: |
brew install coreutils ninja
pip3 install -U setuptools
pip3 install -U html5lib
run: brew install coreutils ninja python3 --overwrite
- name: Download, unpack, and prepare for building
run: ./github_before_build.sh | tee -a github_actions_build.log
- name: Build
Expand Down Expand Up @@ -108,7 +104,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -170,7 +166,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -232,7 +228,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -294,7 +290,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -356,7 +352,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -418,7 +414,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -480,7 +476,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down Expand Up @@ -542,7 +538,7 @@ jobs:
with:
name: github_build_artifact
- name: Install dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja python3 --overwrite
- name: Unpack archive of build
run: ./github_unpack_archive.sh
- name: Resume Build
Expand Down

0 comments on commit 8b534e1

Please sign in to comment.