[Test] Bug fix in github action script
This commit is contained in:
parent
433c259d91
commit
d3e2dee215
|
@ -29,9 +29,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
name: "Build Compatibility: GCC-8 (Ubuntu 18.04)"
|
name: "Build Compatibility: GCC-8 (Ubuntu 18.04)",
|
||||||
artifact: "OpenFPGA-ubuntu-18.04-gcc8-build.7z"
|
artifact: "OpenFPGA-ubuntu-18.04-gcc8-build.7z",
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04,
|
||||||
cc: "gcc-8", cxx: "g++-8"
|
cc: "gcc-8", cxx: "g++-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue