Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 8, 2024
1 parent e4f3991 commit fb61864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_feature:
name: Build Tests
name: Build Examples
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build Smoke test
run: |
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug -DSST_EFFECTS_BUILD_EXAMPLES=TRUE -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
cmake --build ./build --config Debug
cmake --build ./build --config Debug voice-effect-example
- name: Run Smoke Test
run: |
Expand Down

0 comments on commit fb61864

Please sign in to comment.