Skip to content

Commit

Permalink
Try to set chrome_bin env per job
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Jul 14, 2024
1 parent 6b5f990 commit a1ba37d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
- run: ./macBuild.sh
id: setup-chrome
- run: CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }} ./macBuild.sh
Build-And-Test-Windows:
runs-on: windows-latest
steps:
Expand All @@ -45,6 +46,7 @@ jobs:
uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
- uses: browser-actions/setup-chrome@v1
id: setup-chrome
- shell: msys2 {0}
run: |
./windowsBuild.sh
CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }} ./windowsBuild.sh

0 comments on commit a1ba37d

Please sign in to comment.