Skip to content

Commit

Permalink
chore: update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Nov 14, 2024
1 parent 0ea9dc0 commit 8be2085
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
- name: Build iOS Framework
run: ./gradlew link${{ matrix.type }}FrameworkIosSimulatorArm64 -Porganization=${{ matrix.organization }}

- run: cd iosApp/ && pod install
- run: ./gradlew podInstall
- run: cd iosApp/ && pod install
- name: Build iOS App
run: |
set -o pipefail
if [ "${{ matrix.organization }}" == "ooni" ]; then
SCHEME="OONIProbe"
elif [ "${{ matrix.organization }}" == "dw" ]; then
Expand Down
3 changes: 0 additions & 3 deletions composeApp/src/commonMain/res/mipmap-hdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.webp

ic_launcher.webp
ic_launcher_round.webp
3 changes: 0 additions & 3 deletions composeApp/src/commonMain/res/mipmap-mdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.webp

ic_launcher.webp
ic_launcher_round.webp
3 changes: 0 additions & 3 deletions composeApp/src/commonMain/res/mipmap-xhdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.webp

ic_launcher.webp
ic_launcher_round.webp
3 changes: 0 additions & 3 deletions composeApp/src/commonMain/res/mipmap-xxhdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.webp

ic_launcher.webp
ic_launcher_round.webp
3 changes: 0 additions & 3 deletions composeApp/src/commonMain/res/mipmap-xxxhdpi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.webp

ic_launcher.webp
ic_launcher_round.webp

0 comments on commit 8be2085

Please sign in to comment.