1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-07-05 00:07:45 +00:00

Fix ubuntu typo

This commit is contained in:
Joshua Goins 2024-04-23 17:10:13 -04:00
parent e2db76c743
commit 2317ad1f82

View file

@ -26,7 +26,7 @@ jobs:
exclude: exclude:
- os: windows-latest - os: windows-latest
c_compiler: gcc c_compiler: gcc
- os: ubuntuxcl-latest - os: ubuntu-latest
c_compiler: cl c_compiler: cl
steps: steps: