mirror of
https://github.com/xtexChooser/WindowsXPKg.git
synced 2024-11-04 23:23:59 +00:00
Update dos-djgpp.yml
This commit is contained in:
parent
bde4371cbe
commit
de09feb18f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/dos-djgpp.yml
vendored
5
.github/workflows/dos-djgpp.yml
vendored
|
@ -21,7 +21,10 @@
|
|||
name: C/C++ CI (DOS DJGPP)
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
env:
|
||||
CC: ${{ github.workspace }}/djgpp/bin/i586-pc-msdosdjgpp-gcc
|
||||
|
|
Loading…
Reference in a new issue