Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Apr 2, 2024
1 parent 3f2d875 commit 4aa2b4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,34 @@ jobs:
build-config: Debug

- name: Ubuntu OW DOS 16-bit
os: Ubuntu-latest
os: ubuntu-latest
cflags: -ml
cmake-args: -D CMAKE_SYSTEM_NAME=DOS -D CMAKE_SYSTEM_PROCESSOR=I86
cmake-watcom: -G "Watcom WMake"

- name: Ubuntu OW DOS 32-bit
os: Ubuntu-latest
os: ubuntu-latest
cmake-args: -D CMAKE_SYSTEM_NAME=DOS -D CMAKE_SYSTEM_PROCESSOR=X86
cmake-watcom: -G "Watcom WMake"

- name: Ubuntu OW OS/2 16-bit
os: Ubuntu-latest
os: ubuntu-latest
cflags: -ml
cmake-args: -D CMAKE_SYSTEM_NAME=OS2 -D CMAKE_SYSTEM_PROCESSOR=I86
cmake-watcom: -G "Watcom WMake"

- name: Ubuntu OW OS/2 32-bit
os: Ubuntu-latest
os: ubuntu-latest
cmake-args: -D CMAKE_SYSTEM_NAME=OS2 -D CMAKE_SYSTEM_PROCESSOR=X86
cmake-watcom: -G "Watcom WMake"

- name: Ubuntu OW Windows 32-bit
os: Ubuntu-latest
os: ubuntu-latest
cmake-args: -D CMAKE_SYSTEM_NAME=Windows -D CMAKE_SYSTEM_PROCESSOR=X86
cmake-watcom: -G "Watcom WMake"

- name: Ubuntu OW Linux 32-bit
os: Ubuntu-latest
os: ubuntu-latest
cmake-watcom: -G "Watcom WMake"

- name: Windows MSVC Win32
Expand Down

0 comments on commit 4aa2b4c

Please sign in to comment.