scons and setup

This commit is contained in:
Timothee 'TTimo' Besset 2021-04-25 11:19:20 -05:00
parent 584fea0708
commit f2a20c6813
1 changed files with 6 additions and 2 deletions

View File

@ -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