Browse Source

Update linux.yml

pull/1357/head
Ray 4 years ago
committed by GitHub
parent
commit
6f012d44d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/linux.yml

+ 2
- 2
.github/workflows/linux.yml View File

@ -1,4 +1,4 @@
name: CI - Source & Examples - Linux
name: Linux
on: [push, pull_request] on: [push, pull_request]
@ -19,7 +19,7 @@ jobs:
ARCH: amd64 ARCH: amd64
env: env:
CFLAGS: ${{ matrix.CFLAGS }}:
CFLAGS: ${{ matrix.CFLAGS }}
steps: steps:
- name: Checkout code - name: Checkout code

Loading…
Cancel
Save