Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBeau authored Apr 11, 2024
1 parent 2a2c90a commit 838cc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
build_type: [Release]
c_compiler: [gcc, clang]

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Intall Deps
run: |
apt-get update
apt-get install -y build-essential
apt-get install -y build-essential cmake
- name: Configure CMake And Build
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 838cc4f

Please sign in to comment.