Update linux.yml

This commit is contained in:
Ray 2020-08-17 21:03:58 +02:00 committed by GitHub
parent ceea5cb99b
commit 6f012d44d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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