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 894e681 commit 32fa6d1Copy full SHA for 32fa6d1
.github/workflows/ruby-examples.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
44
- name: Setup Fluxbox and Xvfb
45
- if: inputs.os == 'ubuntu'
+ if: matrix.os == 'ubuntu'
46
47
sudo apt-get -y install fluxbox libxss1 libappindicator3-1 libindicator7
48
Xvfb :99 &
0 commit comments