mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-08-23 16:06:40 +02:00
entt update to v3.11.1
This commit is contained in:
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
@@ -26,8 +26,6 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# TODO: cache
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo apt update && sudo apt -y install libsdl2-dev xserver-xorg-video-dummy
|
||||
|
||||
@@ -62,8 +60,6 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# TODO: cache
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo apt update && sudo apt -y install libsdl2-dev
|
||||
|
||||
@@ -102,9 +98,6 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
#- name: Install Dependencies
|
||||
#run: sudo apt update && sudo apt -y install libsdl2-dev
|
||||
|
||||
- name: Setup emsdk
|
||||
uses: mymindstorm/setup-emsdk@v11
|
||||
with:
|
||||
@@ -134,8 +127,6 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# TODO: cache
|
||||
|
||||
- name: Install Dependencies
|
||||
run: brew install sdl2
|
||||
|
||||
@@ -156,7 +147,6 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
# TODO: cache
|
||||
|
||||
- name: Install Dependencies
|
||||
run: vcpkg install sdl2[core,vulkan]:x64-windows
|
||||
|
||||
|
Reference in New Issue
Block a user