Skip to content

Commit 960734c

Browse files
committed
set PATH on suse
1 parent 782e944 commit 960734c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- name: Install action dependencies
8181
run: zypper install --no-confirm unzip
8282
if: ${{ matrix.container == 'opensuse/leap' || matrix.container == 'registry.suse.com/bci/bci-base:15.5' }}
83+
# Override GITHUB_PATH by the current PATH to prevent the issue discussed in https://github.com/actions/runner/issues/3210
84+
- run: echo "$PATH" >>"$GITHUB_PATH"
85+
if: ${{ matrix.container == 'opensuse/leap' || matrix.container == 'registry.suse.com/bci/bci-base:15.5' }}
8386
- name: Install Google Chrome
8487
uses: ./
8588
with:

0 commit comments

Comments
 (0)