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 accf803 commit 7c74e66Copy full SHA for 7c74e66
1 file changed
.github/workflows/pyoxidizer.yml
@@ -22,7 +22,7 @@ jobs:
22
IN_CI: '1'
23
steps:
24
- name: Install Linux system packages
25
- if: ${{ matrix.os == 'ubuntu-20.04' }}
+ if: ${{ runner.os == 'Linux' }}
26
run: |
27
sudo apt-get install -y libyaml-dev snapcraft
28
0 commit comments