Update dos-djgpp.yml
This commit is contained in:
parent
e9131e45c8
commit
75e81e7049
|
@ -22,9 +22,10 @@ name: C/C++ CI (DOS DJGPP)
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "*" ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CMAKE_C_COMPILER: ${{ github.workspace }}/djgpp/bin/i586-pc-msdosdjgpp-gcc
|
||||
|
|
Loading…
Reference in New Issue