Skip to content

set up wine on actions #5

set up wine on actions

set up wine on actions #5

Workflow file for this run

name: Build Project
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install wine
run: sudo apt-get install -y wine
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10.10'
- name: Download file
run: |
wget https://shibbo.net/smg/baserom.dol
- name: Run setup.py
run: |
python3 setup.py
- name: Run build.py
run: |
python3 build.py