Skip to content

Commit f1d74c5

Browse files
committed
install Ubuntu dependencies for all versions, not just 'latest'
1 parent ce03357 commit f1d74c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Install dependencies (Ubuntu)
39-
if: matrix.os-version == 'ubuntu-latest'
39+
if: startsWith(matrix.os-version, 'ubuntu')
4040
run: |
4141
sudo apt-get update
4242
sudo apt-get install build-essential libkrb5-dev

0 commit comments

Comments
 (0)