Skip to content

Commit

Permalink
fix checkout; rm afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Apr 20, 2024
1 parent 91412c4 commit a1771a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
- name: checkout odr.core
uses: actions/checkout@v3
with:
name: opendocument-app/OpenDocument.core
repository: opendocument-app/OpenDocument.core
ref: v3.0.0
path: ../OpenDocument.core
path: OpenDocument.core
- name: conan
run: conan export ../OpenDocument.core odrcore/3.0.0@
run: conan export OpenDocument.core odrcore/3.0.0@
- name: remove odr.core
run: rm -rf OpenDocument.core

- run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace

Expand Down

0 comments on commit a1771a1

Please sign in to comment.