We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bae77 commit f882d38Copy full SHA for f882d38
.github/workflows/compile.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
# If 'platform' input is empty, build all of these
19
platform: ${{ inputs.platform != '' && fromJSON(inputs.platform) ||
20
- fromJSON('["atari","apple2","adam","coco","c64","rs232"]') }}
+ fromJSON('["atari","apple2","adam","coco","c64","msdos"]') }}
21
22
container:
23
image: fozztexx/defoogi:1.4.0
0 commit comments