Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Dec 5, 2024
1 parent 13140db commit 48dadf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
restore-keys: auth-ccache-${{ matrix.builder }}
- run: find /__w/pdns/pdns -ls
working-directory: .
- name: set sanitizers
- name: set sanitizers
run: echo "SANITIZERS=${{ matrix.builder == 'meson' && 'address,undefined' || 'asan+ubsan' }}" >> "$GITHUB_ENV"
working-directory: .
- run: inv install-auth-build-deps
Expand Down

0 comments on commit 48dadf2

Please sign in to comment.