Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Jun 23, 2023
1 parent 1d799e9 commit 84a9eea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ios-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
- name: Run Cocoapods
run: pod install

- name: Build
run: xcrun xcodebuild build
-configuration Debug
-workspace PicovoiceBackgroundServiceDemo.xcworkspace
-sdk iphoneos
-scheme PicovoiceBackgroundServiceDemo
-derivedDataPath ddp
CODE_SIGNING_ALLOWED=NO
# - name: Build
# run: xcrun xcodebuild build
# -configuration Debug
# -workspace PicovoiceBackgroundServiceDemo.xcworkspace
# -sdk iphoneos
# -scheme PicovoiceBackgroundServiceDemo
# -derivedDataPath ddp
# CODE_SIGNING_ALLOWED=NO
8 changes: 4 additions & 4 deletions .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
run: cargo run --release --
--access_key ${{ secrets.PV_VALID_ACCESS_KEY }}
--input_audio_path ../../../resources/audio_samples/picovoice-coffee.wav
--keyword_path ../../resources/porcupine/resources/keyword_files/${{ matrix.platform }}/picovoice_${{ matrix.platform }}.ppn
--context_path ../../resources/rhino/resources/contexts/${{ matrix.platform }}/coffee_maker_${{ matrix.platform }}.rhn
--keyword_path ../../../resources/porcupine/resources/keyword_files/${{ matrix.platform }}/picovoice_${{ matrix.platform }}.ppn
--context_path ../../../resources/rhino/resources/contexts/${{ matrix.platform }}/coffee_maker_${{ matrix.platform }}.rhn
working-directory: demo/rust/filedemo

build-self-hosted:
Expand Down Expand Up @@ -110,6 +110,6 @@ jobs:
run: cargo run --release --
--access_key ${{ secrets.PV_VALID_ACCESS_KEY }}
--input_audio_path ../../../resources/audio_samples/picovoice-coffee.wav
--keyword_path ../../resources/porcupine/resources/keyword_files/${{ matrix.platform }}/picovoice_${{ matrix.platform }}.ppn
--context_path ../../resources/rhino/resources/contexts/${{ matrix.platform }}/coffee_maker_${{ matrix.platform }}.rhn
--keyword_path ../../../resources/porcupine/resources/keyword_files/${{ matrix.platform }}/picovoice_${{ matrix.platform }}.ppn
--context_path ../../../resources/rhino/resources/contexts/${{ matrix.platform }}/coffee_maker_${{ matrix.platform }}.rhn
working-directory: demo/rust/filedemo

0 comments on commit 84a9eea

Please sign in to comment.