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 ce03357 commit f1d74c5Copy full SHA for f1d74c5
.github/workflows/build-test-deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python-version }}
37
38
- name: Install dependencies (Ubuntu)
39
- if: matrix.os-version == 'ubuntu-latest'
+ if: startsWith(matrix.os-version, 'ubuntu')
40
run: |
41
sudo apt-get update
42
sudo apt-get install build-essential libkrb5-dev
0 commit comments