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 c1a98a1 commit db8db77Copy full SHA for db8db77
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Install libkrb5-dev
31
run: sudo apt-get -y install libkrb5-dev
32
+ if: matrix.os == 'ubuntu-latest'
33
34
- name: Install aws-adfs and its dependencies
35
run: |
0 commit comments