Skip to content

Commit

Permalink
apt-install
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 a437b4f commit aa4a8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
export BASENAME="infer-linux-x86_64-v${VERSION}"
export FILENAME="${BASENAME}.tar.xz"
sudo apt install curl
sudo apt-get update && sudo apt-get install curl tar
curl -sSLO "https://github.com/facebook/infer/releases/download/v${VERSION}/${FILENAME}"
tar -xf "$FILENAME"
rm "$FILENAME"
Expand Down

0 comments on commit aa4a8ba

Please sign in to comment.