Skip to content

Commit

Permalink
Update build workflow to include configure and make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsut committed May 8, 2024
1 parent 9a3a228 commit 62dce9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Build athrill for Windows
if: matrix.os == 'windows-latest'
run: |
./build.sh
./configure
cat Makefile.config
make
./cfg/cfg --version
- name: binaly archive
Expand Down

0 comments on commit 62dce9f

Please sign in to comment.