Skip to content

Commit

Permalink
Install cmake in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Jul 14, 2023
1 parent cd0519a commit 8235f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
shell: bash
run: |
apt-get update
apt-get install -y curl build-essential pkg-config libssl-dev jq debhelper lsb-release
apt-get install -y curl build-essential pkg-config libssl-dev jq debhelper lsb-release \
cmake
- name: install rust
shell: bash
Expand Down

0 comments on commit 8235f8b

Please sign in to comment.