From f2a20c6813aa71594b35ea4ae5740b95fff79b2b Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sun, 25 Apr 2021 11:19:20 -0500 Subject: [PATCH] scons and setup --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62f39f93..d0e017ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,5 +25,9 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Check Python - run: python -V + - name: Install scons + run: pip install scons + + - name: Setup GtkRadiant + run: scons.bat target=setup +