Skip to content

Commit

Permalink
Merge pull request #147 from alextnull/android
Browse files Browse the repository at this point in the history
build
  • Loading branch information
alextnull authored Oct 27, 2024
2 parents d62a65f + 7be8379 commit bc9333a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
ref: 'SDL2'
- uses: actions/checkout@v4
with:
path: 'NAudio-Sdl2-Library/NAudio-Sdl2-Library'
path: 'NAudio-Sdl2-Library'
- name: Configure CMake
run: ${{ matrix.platform.cmake_configure_env }} cmake -B build ${{ matrix.platform.flags }} -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSDL_SHARED_ENABLED_BY_DEFAULT=ON -DSDL_STATIC_ENABLED_BY_DEFAULT=ON
- name: Build
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
title: Update ${{ matrix.platform.name }} SDL binaries
body: This PR has been auto-generated to update the ${{ matrix.platform.name }} SDL binaries.
branch: update-${{ matrix.platform.name }}-binaries
path: 'NAudio-Sdl2-Library/NAudio-Sdl2-Library'
path: 'NAudio-Sdl2-Library'
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

Expand All @@ -125,7 +125,7 @@ jobs:
ref: 'SDL2'
- uses: actions/checkout@v4
with:
path: 'NAudio-Sdl2-Library/NAudio-Sdl2-Library'
path: 'NAudio-Sdl2-Library'
- name: Build (iOS)
run: xcodebuild -project Xcode/SDL/SDL.xcodeproj -scheme xcFramework-iOS -configuration Release
- name: Prepare release directory (iOS)
Expand All @@ -146,6 +146,6 @@ jobs:
title: Update iOS SDL binaries
body: This PR has been auto-genereated to update the iOS SDL binaries
branch: update-ios-binaries
path: 'NAudio-Sdl2-Library/NAudio-Sdl2-Library'
path: 'NAudio-Sdl2-Library'
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

0 comments on commit bc9333a

Please sign in to comment.