We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782e944 commit 960734cCopy full SHA for 960734c
.github/workflows/build.yml
@@ -80,6 +80,9 @@ jobs:
80
- name: Install action dependencies
81
run: zypper install --no-confirm unzip
82
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' }}
86
- name: Install Google Chrome
87
uses: ./
88
with:
0 commit comments