Skip to content

Fix narrowing conversions and brace initialization for ARMv7 #24

Fix narrowing conversions and brace initialization for ARMv7

Fix narrowing conversions and brace initialization for ARMv7 #24

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: apt update
run: sudo apt update
- name: set up deps
run: sudo apt install make g++ libxml2-dev libzip-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev -y
- name: make
run: make -j