Skip to content

Commit

Permalink
just do linux ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
marauder2k7 committed Jul 24, 2023
1 parent dcf3507 commit 6335ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions Engine/source/platformPOSIX/POSIXMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ void Platform::init()
//------------------------------------------------------------------------------
void Platform::shutdown()
{
Con::printf("Platform::shutdown-Posixmain - cleanup!");
Cleanup();
}

Expand Down Expand Up @@ -105,4 +104,4 @@ int main(int argc, const char **argv)
return TorqueMain(argc, argv);
}
#endif
#endif
#endif

0 comments on commit 6335ea4

Please sign in to comment.