mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
scons and setup
This commit is contained in:
parent
584fea0708
commit
f2a20c6813
1 changed files with 6 additions and 2 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue