Skip to content

Commit

Permalink
dnsdist: Fix build-and-test-all workflow (squash into offender)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Jan 28, 2025
1 parent ecf534e commit fa95225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:
key: dnsdist-${{ matrix.features }}-${{ matrix.sanitizers }}-${{ matrix.builder}}-ccache-${{ steps.get-stamp.outputs.stamp }}
restore-keys: dnsdist-${{ matrix.features }}-${{ matrix.sanitizers }}-${{ matrix.builder}}-ccache-
- run: inv install-lld-linker-if-needed
working-directory: ./pdns/dnsdistdist/
- run: inv ci-install-meson
if: ${{ matrix.builder == 'meson' }}
working-directory: ./pdns/dnsdistdist/
Expand Down

0 comments on commit fa95225

Please sign in to comment.