Skip to content

Commit

Permalink
[CI] Don't run conan install as a separate step, because this way exe…
Browse files Browse the repository at this point in the history
…cutes them serially
  • Loading branch information
ViliusSutkus89 committed Jul 25, 2024
1 parent 8bb241d commit ab2c39a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ jobs:
- run: python scripts/conan_export_all_packages.py
working-directory: conan-odr-index

- run: conan install . --output-folder=build/conan/armv7 --profile:host=android-21-armv7 --build=missing
working-directory: pdf2htmlEX
- run: conan install . --output-folder=build/conan/armv8 --profile:host=android-21-armv8 --build=missing
working-directory: pdf2htmlEX
- run: conan install . --output-folder=build/conan/x86 --profile:host=android-21-x86 --build=missing
working-directory: pdf2htmlEX
- run: conan install . --output-folder=build/conan/x86_64 --profile:host=android-21-x86_64 --build=missing
working-directory: pdf2htmlEX

- run: ./gradlew lintRelease publishToMavenLocal

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ab2c39a

Please sign in to comment.