mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Enable make develop on Ubuntu 20.04 CI as well
This commit is contained in:
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@@ -15,6 +15,10 @@ jobs:
|
|||||||
cc: gcc
|
cc: gcc
|
||||||
target: develop
|
target: develop
|
||||||
cmakevars: -DDEVELOP=ON
|
cmakevars: -DDEVELOP=ON
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
cc: gcc
|
||||||
|
target: develop
|
||||||
|
cmakevars: -DDEVELOP=ON
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user