download and uzip skia #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto build Aseprite | |
on: | |
push: | |
branches: ["main"] | |
jobs: | |
auto-build: | |
name: Auto build Aseprite for Windows x64 | |
runs-on: windows-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install Python requirements | |
run: | | |
python -m pip install --upgrade pip | |
pip install -r requirements.txt | |
- name: Download & Build Aseprite | |
run: | | |
python main.py |