Skip to content

Commit

Permalink
Install CMake with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Jan 10, 2024
1 parent f123c27 commit 531affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anghabench-after-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo apt-get install -qqy \
git curl wget unzip xz-utils pixz jq s3cmd ninja-build pkg-config \
liblzma-dev zlib1g-dev libtinfo-dev build-essential \
libc6-dev:i386 libstdc++-*-dev:i386 g++-multilib
libc6-dev:i386 libstdc++-*-dev:i386 g++-multilib cmake
python3 -m pip install requests
- name: Build rellic against LLVM ${{ matrix.llvm }}
run: |
Expand Down

0 comments on commit 531affa

Please sign in to comment.