Skip to content

Commit

Permalink
rm git-*
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Mar 28, 2024
1 parent e56562e commit 10f9205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ jobs:
rm -f ${GIT_VER}.tar.gz
cd git-*
scl enable devtoolset-10 'make configure && ./configure --prefix=/usr && make && make install'
git config --global --add safe.directory $WORKSPACE
cd $WORKSPACE
rm -rf git-*
git config --global --add safe.directory $WORKSPACE
export LIBPCAP_FILE=libpcap-$LIBPCAP_VERSION.tar.gz
export LIBPCAP_URL=https://www.tcpdump.org/release/$LIBPCAP_FILE
Expand Down

0 comments on commit 10f9205

Please sign in to comment.