Skip to content

Commit

Permalink
fix infer installation
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Dec 4, 2024
1 parent e55686f commit 029932e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ jobs:
env:
VERSION: 1.2.0
run: |
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux-x86_64-v$VERSION.tar.xz" \
sudo ln -s "infer-linux-x86_64-v$VERSION/bin/infer" ./infer
wget https://github.com/facebook/infer/releases/download/v${VERSION}/infer-linux-x86_64-v${VERSION}.tar.xz
tar -xvf infer-linux-x86_64-v${VERSION}.tar.xz
sudo mv infer-linux-x86_64-v${VERSION} /usr/local/infer
echo "PATH=/usr/local/infer/bin:$PATH" >> $GITHUB_ENV
- name: Run FB Infer
id: fb-infer-run
Expand Down

0 comments on commit 029932e

Please sign in to comment.