mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-15 16:48:05 -05:00
Check env contents.
This commit is contained in:
parent
521ca6a783
commit
b99b17f3d7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/analysis_ports.yml
vendored
5
.github/workflows/analysis_ports.yml
vendored
|
|
@ -30,6 +30,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: false
|
||||
- name: checks
|
||||
run: |
|
||||
echo $CONFIG_OPTS
|
||||
echo $MAKE_TEST
|
||||
echo $TEST_ANALYZER
|
||||
- name: configure
|
||||
run: ./configure $CONFIG_OPTS
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Reference in a new issue