Skip to content

Commit

Permalink
fixup: install llvm-18-linker-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jun 3, 2024
1 parent 9a109ee commit 40c6ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: npx envinfo
- name: Build lto
run: |
sudo apt-get update && sudo apt-get install ninja-build python-is-python3 -y
sudo apt-get update && sudo apt-get install ninja-build llvm-18-linker-tools -y
./configure --enable-lto --ninja
ninja -C out/Release

0 comments on commit 40c6ff3

Please sign in to comment.