Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Aug 16, 2024
1 parent 9b21a87 commit df7affc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ name: CMake on multiple platforms
on: workflow_dispatch

jobs:
######################
# Job: Build
######################
build:
my-multi-build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
fail-fast: false
Expand Down

0 comments on commit df7affc

Please sign in to comment.