Skip to content

Commit

Permalink
adding cmake in env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thefallentree committed Dec 20, 2021
1 parent 2451500 commit 60667d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
run: |
echo "::group::Setup"
sudo apt-get update
sudo apt-get install -y libguestfs-tools qemu-kvm zstd binutils-dev elfutils libcap-dev libelf-dev libdw-dev python3-docutils
sudo apt-get install -y cmake libguestfs-tools qemu-kvm zstd binutils-dev elfutils libcap-dev libelf-dev libdw-dev python3-docutils
echo "::endgroup::"
- name: Install clang
shell: bash
Expand Down

0 comments on commit 60667d2

Please sign in to comment.