fixing bug with window destruction within mlx_loop

This commit is contained in:
2024-04-21 18:14:14 +02:00
parent 54435be20d
commit 67d7635a32
3 changed files with 7 additions and 15 deletions

View File

@@ -29,12 +29,6 @@ jobs:
uses: actions/checkout@v4
# Install system dependencies
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: 1.3.204.1
cache: true
- name: Install Dependancies
run: |
brew install SDL2

View File

@@ -28,13 +28,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
# Install system dependencies
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: 1.3.204.1
cache: true
# Force xmake to a specific folder (for cache)
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV