Skip to content

Commit

Permalink
Change OS in CI, fix case issue again
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Sep 3, 2024
1 parent f8665af commit 4a736a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-20.04, windows-latest]
build_type: [Release]
c_compiler: [gcc, cl]
include:
Expand Down
2 changes: 1 addition & 1 deletion src/SvenBXT.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <thread>

// GL
#include <gl/GL.h>
#include <GL/GL.h>

#include "external/funchook/include/funchook.h"

Expand Down

0 comments on commit 4a736a2

Please sign in to comment.