Skip to content

Squashed commit of the following: #8

Squashed commit of the following:

Squashed commit of the following: #8

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: windows-latest
defaults:
run:
working-directory: ./script
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install requirements
run: pip install -r requirements.txt
- name: Download depots and gamedata
run: python3 ./download.py