Skip to content

Commit

Permalink
Fix CI by generating the dedicated OS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
glegoux committed Oct 11, 2023
1 parent 7a38534 commit df30e6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kerberos-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
timeout-minutes: 12

- name: Install project
run: ./.ci/install.sh && make install OS_CONTAINER=${{ matrix.os }}
run: |
./.ci/install.sh && \
make gen-conf OS_CONTAINER=${{ matrix.os }} && \
make install OS_CONTAINER=${{ matrix.os }}
- name: Check version
run: .ci/check-version.sh
Expand Down

0 comments on commit df30e6c

Please sign in to comment.