Skip to content

Remove unused variable in SoundFile #768

Remove unused variable in SoundFile

Remove unused variable in SoundFile #768

Workflow file for this run

name: macOS
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install sdl2 freetype libvorbis webp pkg-config ninja
- name: Build with CMake
run: |
cmake -H. -Bbuild-cmake -GNinja
ninja -Cbuild-cmake
# - name: Android
# run: |
# make -Candroid