Skip to content

Commit

Permalink
Add "Configure" step
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 9, 2023
1 parent 1ac0f6e commit 6a6389b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ jobs:
run: |
cd depends
make -j$(nproc) HOST=${{ matrix.host.triplet }} LOG=1
- name: Configure
run: |
./autogen.sh
./configure CONFIG_SITE=depends/${{ matrix.host.triplet }}/share/config.site --disable-dependency-tracking --enable-werror || (cat config.log; false)

0 comments on commit 6a6389b

Please sign in to comment.