File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 path : app/build/reports/lint-results-*.html
6464 if-no-files-found : error
6565
66+ - uses : actions/upload-artifact@v4
67+ with :
68+ name : dotconan2
69+ path : ~/.conan2
70+ if-no-files-found : error
71+
6672 test :
6773 runs-on : ubuntu-22.04
74+ needs : build
6875 strategy :
6976 fail-fast : false
7077 matrix :
@@ -104,10 +111,10 @@ jobs:
104111 - name : install ndk
105112 run : echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ env.ndk_version }}"
106113
107- - name : conan remote
108- run : conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
109- - name : conan profile
110- run : conan profile detect
114+ - uses : actions/download-artifact@v4
115+ with :
116+ name : dotconan2
117+ path : ~/.conan2
111118
112119 - name : Android Virtual Device (AVD) cache
113120 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments