Update linux.yml
This commit is contained in:
parent
ceea5cb99b
commit
6f012d44d4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI - Source & Examples - Linux
|
||||
name: Linux
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
ARCH: amd64
|
||||
|
||||
env:
|
||||
CFLAGS: ${{ matrix.CFLAGS }}:
|
||||
CFLAGS: ${{ matrix.CFLAGS }}
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue