Skip to content

Commit

Permalink
gcc install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSkittleFox committed Jan 20, 2024
1 parent 7ea8011 commit 9dd991c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-gcc-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
container: gcc:13
steps:
- uses: actions/checkout@v3

- name: Install CMake
run: |
apt update -y
apt install -y cmake
shell: bash
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit 9dd991c

Please sign in to comment.