Skip to content

Commit

Permalink
Add setup chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Jul 14, 2024
1 parent 08b6fe6 commit 98e63c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:
- main

env:
CHROME_BIN: "chromium"
CHROME_BIN: "chrome"
jobs:
Build-And-Test-Linux:
runs-on: ubuntu-latest
steps:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
with:
submodules: 'true'
- run: ./linuxBuild.sh
Expand All @@ -24,6 +25,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
with:
submodules: 'true'
- run: ./macBuild.sh
Expand All @@ -36,6 +38,7 @@ jobs:
with:
submodules: 'true'
- uses: msys2/setup-msys2@v2
- uses: browser-actions/setup-chrome@v1
- shell: msys2 {0}
run: |
$env:CHERE_INVOKING = 'yes'
Expand Down

0 comments on commit 98e63c8

Please sign in to comment.