Skip to content

Commit

Permalink
chore: Update Snort build workflow to use /tmp/work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent c73050f commit 696c9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
PCRE_VERSION=8.45
ZLIB_VERSION=1.2.13
SNORT_VER=3.2.2.0
WORK_DIR=/work
WORK_DIR=/tmp/work
# Create working directories
sudo mkdir -p $WORK_DIR
sudo chown $USER:$USER $WORK_DIR
# Install libdaq
cd $WORK_DIR
Expand Down

0 comments on commit 696c9d1

Please sign in to comment.