Skip to content

Commit

Permalink
Update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed Aug 26, 2023
1 parent d766091 commit 900c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
set -e # Exit immediately if a command exits with a non-zero status
cd chromium_build
./build.sh ${{ steps.extract_version.outputs.short_string }} # build the docker image, this includes the deps to build chromium
docker run --privileged --entrypoint=build chromium-builder # now build the chromium version
docker run --privileged chromium-builder build # now build the chromium version
- name: Extract Artifacts from Docker Container
run: |
Expand Down

0 comments on commit 900c165

Please sign in to comment.