Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Feb 22, 2024
1 parent 8642b73 commit 50f5f3b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CC: gcc-13
CXX: g++-13

jobs:
linux:
runs-on: ubuntu-latest
timeout-minutes: 5

strategy:
matrix:
v: [13]

steps:
- uses: actions/checkout@v4

Expand All @@ -42,11 +40,3 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}



- run: cmake --workflow --preset default
env:
CC: gcc-${{ matrix.v }}
CXX: g++-${{ matrix.v }}


0 comments on commit 50f5f3b

Please sign in to comment.