Skip to content

Commit

Permalink
Do not install to system in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jul 10, 2024
1 parent e96558d commit c4518aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
autoreconf -vif
./configure
make
make install
DESTDIR=$PWD/install make install
make check
- run:
name: Rebuild and test using distribution tarball
Expand All @@ -157,7 +157,7 @@ jobs:
cd lsof-*
./configure
make
make install
DESTDIR=$PWD/install make install
make check
# Invoke jobs via workflows
Expand Down

0 comments on commit c4518aa

Please sign in to comment.