Skip to content

Commit

Permalink
Merge branch 'master' into rbus_enable
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrcomcast authored Aug 19, 2024
2 parents 4a33920 + 71d145b commit e8e9f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
working-directory: build
run: |
cmake .. -DENABLE_WEBCFGBIN:BOOL=true -DINTEGRATION_TESTING:BOOL=false -DDISABLE_VALGRIND:BOOL=${DISABLE_VALGRIND} -DENABLE_SESHAT:BOOL=true -DFEATURE_DNS_QUERY:BOOL=true
- name: Get rtrouted Binary
working-directory: build
run: |
../.github/scripts/rtrouted.sh
- name: Build
working-directory: build
run: |
Expand Down

0 comments on commit e8e9f06

Please sign in to comment.