From 2834fbec90dcfd8efc094feebbc989b2dc2a6ff9 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 7 Dec 2024 17:06:14 +0300 Subject: [PATCH] update macos.yml --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1cd0c7dc..ab12bfa1 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 + brew install glfw3 glew libpng openal-soft luajit libvorbis skypjack/entt/entt googletest tree - name: Install specific version of GLM run: | @@ -42,6 +42,7 @@ 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