Skip to content

Commit

Permalink
test: install lld
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay authored Aug 23, 2024
1 parent 9972b58 commit c9a19d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y binutils
sudo apt-get install -y lld
which ld
which lld
which gcc
which cc
echo $PATH
Expand Down

0 comments on commit c9a19d3

Please sign in to comment.