Skip to content

Commit

Permalink
Install CMake in the gcc:13 container.
Browse files Browse the repository at this point in the history
Change-Id: I097a186c45fbed2a2300a5675466bd253d4883ac
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61313
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Perry Lorier <[email protected]>
  • Loading branch information
junyer committed May 19, 2023
1 parent 89a5e72 commit 1e44e72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Install CMake
run: |
apt update -y
apt install -y cmake
shell: bash
- name: Install Abseil, GoogleTest and Benchmark
run: |
apt update -y
Expand Down

0 comments on commit 1e44e72

Please sign in to comment.