Skip to content

Commit

Permalink
Fix configure.sh name in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Oct 31, 2024
1 parent 4542f4f commit bd1eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build
run: |
./configure ${{ matrix.build-type }}
./configure.sh ${{ matrix.build-type }}
cd build
make -j2
Expand Down

0 comments on commit bd1eeaa

Please sign in to comment.