Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lehner/gpt
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed Apr 4, 2024
2 parents cc4c524 + a6527e6 commit 6cc700b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: c-lime-version
run: |
cd c-lime
echo "key=$(git rev-parse HEAD)-${CACHE_KEY}" >> $GITHUB_OUTPUT
echo "key=$(git rev-parse HEAD)-${CACHE_KEY}-PIC" >> $GITHUB_OUTPUT
- name: c-lime package cache
uses: actions/cache@v3
Expand All @@ -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 6cc700b

Please sign in to comment.