We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584304c commit 2e9a35dCopy full SHA for 2e9a35d
.github/workflows/ci.yml
@@ -182,7 +182,7 @@ jobs:
182
git clone https://github.com/koute/bytehound
183
cd bytehound
184
# Newer versions of Bytehound use unstable features
185
- git checkout bcae7caa3b01bb60ec6d4159ac8b9af28a7c927a
+ git checkout d8363a1f959cc52f2ce0e0603120b9ad2e70d506
186
cargo build --release -p bytehound-preload
187
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/target/release" >> $GITHUB_ENV
188
0 commit comments