Skip to content

Commit

Permalink
Add installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leewei05 committed Jul 30, 2024
1 parent b089430 commit 2297609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main'
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install -q -y llvm-18 lld-18 llvm-18-runtime
sudo apt-get install -q -y llvm-18 lld-18 llvm-18-runtime llvm-18-tools llvm-18-dev
- name: Install QBE
run: scripts/install-qbe.sh
- name: Install cxxopts
Expand Down

0 comments on commit 2297609

Please sign in to comment.