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:
179
179
180
180
- name : Install Bytehound
181
181
run : |
182
- git clone https://github.com/koute/ bytehound
182
+ mkdir -p bytehound
183
183
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
188
188
189
189
- name : Configure environment
190
190
run : |
You can’t perform that action at this time.
0 commit comments