Skip to content

Commit

Permalink
Attempt to execute steps in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 28, 2024
1 parent 03b8d9b commit 6ffd924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
libgcrypt \
libtool
run: |
bash
./bootstrap
setenv CFLAGS "-I/usr/local/include -L/usr/local/lib"
./configure
CFLAGS="-I/usr/local/include -L/usr/local/lib" ./configure
make -j $(nproc)

0 comments on commit 6ffd924

Please sign in to comment.