File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -179,12 +179,12 @@ jobs:
179179
180180 - name : Install Bytehound
181181 run : |
182- git clone https://github.com/koute/ bytehound
182+ mkdir -p bytehound
183183 cd bytehound
184- # Newer versions of Bytehound use unstable features
185- git checkout d8363a1f959cc52f2ce0e0603120b9ad2e70d506
186- cargo build --release -p bytehound-preload
187- echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/target/release " >> $GITHUB_ENV
184+ wget https://github.com/koute/bytehound/releases/download/0.11.0/bytehound-x86_64-unknown-linux-gnu.tgz
185+ tar xf bytehound-x86_64-unknown-linux-gnu.tgz
186+ cd ..
187+ echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/bytehound " >> $GITHUB_ENV
188188
189189 - name : Configure environment
190190 run : |
You can’t perform that action at this time.
0 commit comments