Update readme and workflow to mention sdl2

This commit is contained in:
bloeys
2022-01-27 05:43:22 +04:00
parent 3aa53852f3
commit cbe3d5111f
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Run-nMage
name: Run-nmage
on:
create:
workflow_dispatch:
@ -11,8 +11,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '^1.17'
- name: Get dylib
- name: Install asimp-go dylib
run: sudo mkdir -p /usr/local/lib && sudo wget https://github.com/bloeys/assimp-go/releases/download/v0.4.2/libassimp_darwin_amd64.dylib -O /usr/local/lib/libassimp.5.dylib
- name: Install SDL2
run: brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config
- name: Clone nmage
run: git clone https://github.com/bloeys/nmage
- name: Run nmage