Skip to content

Commit

Permalink
install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 22, 2023
1 parent 5f6a91b commit d57eb57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:

- name: Install cmake
run: |
apt-get install cmake3
apt-get update
apt-get install -y cmake bison libpcre3-dev libssl-dev curl python3
rm -rf /var/lib/apt/lists/*
- name: Build
run: |
Expand Down

0 comments on commit d57eb57

Please sign in to comment.