From 7528649ad9a8093695279aebd6941eaeda2f4cba Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 7 Dec 2024 17:11:45 +0300 Subject: [PATCH] update macos.yml --- .github/workflows/macos.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ab12bfa1..aa5b1d0a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies from brew run: | - brew install glfw3 glew libpng openal-soft luajit libvorbis skypjack/entt/entt googletest tree + brew install glfw3 glew libpng openal-soft luajit libvorbis skypjack/entt/entt googletest - name: Install specific version of GLM run: | @@ -42,10 +42,9 @@ jobs: - name: Run engine tests timeout-minutes: 1 run: | - tree chmod +x build/VoxelEngine - chmod +x build/vctest/vctest - build/vctest/vctest -e build/VoxelEngine -d dev/tests -u build --output-always + chmod +x AppDir/usr/bin/vctest + AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build # - name: Create DMG # run: | # mkdir VoxelEngineDmgContent