Skip to content

Commit

Permalink
Create missing folder for make install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jul 10, 2024
1 parent c4518aa commit 3658d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
autoreconf -vif
./configure
make
mkdir -p $PWD/install
DESTDIR=$PWD/install make install
make check
- run:
Expand Down

0 comments on commit 3658d92

Please sign in to comment.