Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier committed May 10, 2024
1 parent f53a10f commit 3eaf311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
emcmake cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }}
make
ios:
runs-on: macos-latest

Expand All @@ -145,6 +145,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Build swiftui example
run: xcodebuild -project examples/swiftui/BarkCppDemo/BarkCppDemo.xcodeproj -scheme BarkCppDemo -sdk iphonesimulator build
run: xcodebuild -project examples/bark.swiftui/bark.swiftui.xcodeproj -scheme bark.swiftui -sdk iphonesimulator build

0 comments on commit 3eaf311

Please sign in to comment.