Skip to content

Commit

Permalink
Wrong project name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Nov 8, 2023
1 parent 45f0adc commit c251ebc
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,7 @@ jobs:
- name: Job set up
uses: ./.github/actions/job-set-up

- run: ./gradlew :androidApp:assemble

Desktop:
if: ${{ inputs.shouldRunKmp == 'true' || inputs.shouldRunDesktop == 'true' }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Job set up
uses: ./.github/actions/job-set-up

- run: ./gradlew :desktopApp:assemble
- run: ./gradlew :NoiseCaptureAndroid:assemble

iOS:
if: ${{ inputs.shouldRunKmp == 'true' || inputs.shouldRunIos == 'true' }}
Expand All @@ -54,4 +42,4 @@ jobs:
- name: iOS set up
uses: ./.github/actions/ios-set-up

- run: xcodebuild build -workspace iosApp/iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14' -verbose
- run: xcodebuild build -workspace NoiseCaptureIOS/NoiseCaptureIOS.xcworkspace -configuration Debug -scheme NoiseCaptureIOS -sdk iphoneos -destination name='iPhone 14' -verbose

0 comments on commit c251ebc

Please sign in to comment.