Skip to content

Commit db8db77

Browse files
committed
Only install libkrb5-dev on ubuntu-latest
1 parent c1a98a1 commit db8db77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
- name: Install libkrb5-dev
3131
run: sudo apt-get -y install libkrb5-dev
32+
if: matrix.os == 'ubuntu-latest'
3233

3334
- name: Install aws-adfs and its dependencies
3435
run: |

0 commit comments

Comments
 (0)