ref: 84de86beb55c6dbe4fc5dfef3784fe1b4a329767
parent: 04e7af2675b7287ace31a625f62e5d34695f60d4
author: ISSOtm <[email protected]>
date: Fri Oct 2 21:02:32 EDT 2020
Enable `make develop` on Ubuntu 20.04 CI as well
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -15,6 +15,10 @@
cc: gcc
target: develop
cmakevars: -DDEVELOP=ON
+ - os: ubuntu-20.04
+ cc: gcc
+ target: develop
+ cmakevars: -DDEVELOP=ON
fail-fast: false
runs-on: ${{ matrix.os }}
steps: