ref: 8f8b7a00d2b01f90e2d572515c1f0e4364aad476
parent: 8705781806c7127a02a704e8e4eccc1d6b379ac3
author: Tanguy Fautre <tanguy@fautre.com>
date: Wed Jul 27 08:33:12 EDT 2022
Update Ubuntu image to 22.04. Try fixing macos build.
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -5,7 +5,7 @@
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
--- a/Game/src/global.c
+++ b/Game/src/global.c
@@ -28,6 +28,7 @@
#include <fcntl.h>
#endif
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>