Cache update and fix typo

This commit is contained in:
Nic Barker 2024-09-28 16:24:34 +12:00
parent e5e39d12e9
commit 2def72dc62
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ jobs:
uses: actions/cache@v4.0.2
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: "/home/runner/work/clay/clay/build/_deps/raylib-subbuild"
path: "/home/runner/work/clay/clay/build/_deps"
# An explicit key for restoring and saving the cache
key: "_deps"

2
clay.h
View File

@ -28,7 +28,7 @@
#define CLAY_WASM_EXPORT(null)
#endif
#ifdef MSC_VER
#ifdef _MSC_VER
#define CLAY_PACKED_ENUM : unsigned char
#else
#define CLAY_PACKED_ENUM __attribute__((__packed__))