diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dcad086..27d45d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/ungoogled-chromium b/ungoogled-chromium index 0461ff20..3b9e3d3c 160000 --- a/ungoogled-chromium +++ b/ungoogled-chromium @@ -1 +1 @@ -Subproject commit 0461ff207b3c4c66cd31f82fb92a08e2021f1bf8 +Subproject commit 3b9e3d3cd7defb889e87fb8678cd2373b1e4abef