Skip to content

Remove failing workflow for now #21

Remove failing workflow for now

Remove failing workflow for now #21

Workflow file for this run

name: Build Miyoo App
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install make g++ libxml2-dev libzip-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev -y
- name: Build
run: |
make clean
make