Skip to content

Commit

Permalink
Update github-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner authored Mar 29, 2024
1 parent 5262c54 commit fc6f7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
mkdir -p $PKGDIR
cd c-lime
./autogen.sh
./configure || cat config.log
./configure CFLAGS="-fPIC" CXXFLAGS="-fPIC" || cat config.log
make ${MAKE_BUILD_FLAGS}
DESTDIR=$PKGDIR make install
Expand Down

0 comments on commit fc6f7da

Please sign in to comment.