Skip to content

Update _library.ts to support SDL2 installed by homebrew on x86 (#23) #181

Update _library.ts to support SDL2 installed by homebrew on x86 (#23)

Update _library.ts to support SDL2 installed by homebrew on x86 (#23) #181

Workflow file for this run

name: CI
on: push
env:
GITHUB_USER: smack0007
GITHUB_REPO: smack0007/sdl2-ts
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deno Setup
uses: denoland/setup-deno@v1
with:
deno-version: "1.36.4"
- name: Build
run: |
deno task build:ci