Skip to content

Commit

Permalink
Update c-std.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs authored Feb 4, 2024
1 parent 00898b2 commit 5d11683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-std.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux
name: C Standard

# Set to manual execution only for now.
on:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Generate project files
run: |
cmake -S . -B . -G Ninja -D CMAKE_BUILD_TYPE=Release
cmake -S . -B . -D CMAKE_BUILD_TYPE=Release
env:
CC: ${{ matrix.compiler }}
CFLAGS: -std=${{ matrix.std }} -Werror
Expand Down

0 comments on commit 5d11683

Please sign in to comment.