Skip to content

Commit

Permalink
Don't always enable DROPBEAR_DSS in CI
Browse files Browse the repository at this point in the history
It was previously enabled since the tests used it, but dss was removed
from tests in c852ec8 ("Fix compile when disabling SHA-1")
  • Loading branch information
mkj committed Apr 5, 2024
1 parent c852ec8 commit 2dd88c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ jobs:

- name: localoptions
run: |
echo "$LOCALOPTIONS" > localoptions.h
echo "#define DROPBEAR_DSS 1" >> localoptions.h
cat localoptions.h
echo "$LOCALOPTIONS" | tee localoptions.h
- name: nondefault
if: ${{ matrix.nondefault }}
Expand Down

0 comments on commit 2dd88c7

Please sign in to comment.