Skip to content

Commit

Permalink
Adjust workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Dec 13, 2023
1 parent 1dc1e6a commit a4791e8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,12 @@ jobs:
run: |
conan export import/sisl oss/master
conan export 3rd_party/nuraft
cached_pkgs=$(ls -1d ~/.conan/data/*/*/*/*/export 2>/dev/null | sed 's,.*data/,,' | cut -d'/' -f1,2 | paste -sd',' - -)
cached_pkgs=$(ls -1d ~/.conan/data/*/*/*/*/package | sed 's,.*data/,,' | cut -d'/' -f1,2 | paste -sd',' - -)
echo "::info:: Pre-cached: ${cached_pkgs}"
if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }}

- name: Build Cache
run: |
conan install \
-o prerelease=${{ inputs.prerelease }} \
-o malloc_impl=${{ inputs.malloc-impl }} \
-o testing=False \
-s build_type=${{ inputs.build-type }} \
--build missing \
import/sisl
conan install \
-o sisl:prerelease=${{ inputs.prerelease }} \
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
Expand Down

0 comments on commit a4791e8

Please sign in to comment.