Skip to content

Commit

Permalink
Update build.yml to use recursive directory listing and display Makef…
Browse files Browse the repository at this point in the history
…ile.config
  • Loading branch information
mitsut committed May 8, 2024
1 parent a872378 commit c7d10a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
run: |
./configure --with-xml
make
dir /s
dir -R
type Makefile.config
- name: binaly archive
run: |
Expand Down

0 comments on commit c7d10a7

Please sign in to comment.