From ad7e5b5f7f780af434f1acdefa7dd7e6552323f8 Mon Sep 17 00:00:00 2001 From: rsantacroce Date: Thu, 18 Jan 2024 10:17:29 +0100 Subject: [PATCH] changing ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 531ea53..fca03a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: chmod +x ./${{ matrix.godot_executable }} fi ls - ./${{ matrix.godot_executable }} --export-release "${{ matrix.platform }}" drivehcain_launcher.${{ matrix.extension }} + ./${{ matrix.godot_executable }} --export-release "${{ matrix.platform }}" drivehcain_launcher.${{ matrix.extension }} --video-driver GLES2 - name: Upload Artifacts uses: actions/upload-artifact@v2