Skip to content

Commit a93e1f8

Browse files
committed
Try adding empty string variables to the matrix
1 parent d4472b9 commit a93e1f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
os: [ubuntu-latest]
33-
config: []
33+
config: [""]
3434
name: [Default]
35-
pkgs: []
36-
env: []
37-
notest-cflags: []
35+
pkgs: [""]
36+
env: [""]
37+
notest-cflags: [""]
3838
include:
3939
# -------------------------------------------------------------------------
4040
- name: Empty APLOGNO() test

0 commit comments

Comments
 (0)