Skip to content

Commit

Permalink
Differentiate between CMake and Meson
Browse files Browse the repository at this point in the history
  • Loading branch information
UnixY2K committed Feb 12, 2023
1 parent 4abc158 commit 9b07a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build
name: meson

on: [push, pull_request]

jobs:
build:
name: ${{ matrix.config.name }}
name: [Meson] ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 9b07a74

Please sign in to comment.