From 3aa6a90d34e5310cebe75d0e2974ab3a1a00a46a Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sun, 25 Apr 2021 11:49:32 -0500 Subject: [PATCH] wip --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 691fea1d..ef334a72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,9 +26,5 @@ jobs: - name: Install scons run: pip install scons - - name: Locate scons.bat - run: Get-Command python - - name: Setup GtkRadiant - run: python -m scons target=setup - + run: scons target=setup