File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ jobs:
8484 if : ${{ inputs.testing == 'False' }}
8585
8686 - name : Setup Conan
87- uses : ebay/sisl/.github/actions/setup_conan2@dev/v13.x
87+ uses : ebay/sisl/.github/actions/setup_conan2@master
8888 with :
8989 platform : ${{ inputs.platform }}
9090 if : ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }}
9191
9292 - name : Load Conan Cache
9393 id : restore-cache
94- uses : ebay/sisl/.github/actions/load_conan2@dev/v13.x
94+ uses : ebay/sisl/.github/actions/load_conan2@master
9595 with :
9696 testing : ${{ inputs.testing }}
9797 key_prefix : SislDeps13-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}
@@ -113,7 +113,7 @@ jobs:
113113 if : ${{ steps.restore-cache.outputs.cache-hit != 'true' }}
114114
115115 - name : Save Conan Cache
116- uses : ebay/sisl/.github/actions/store_conan2@dev/v13.x
116+ uses : ebay/sisl/.github/actions/store_conan2@master
117117 with :
118118 key_prefix : SislDeps13-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}
119119 if : ${{ github.event_name != 'pull_request' && steps.restore-cache.outputs.cache-hit != 'true' }}
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - dev/v13.x
87 - stable/v12.x
98 - master
109
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66 branches :
7- - dev/v13.x
87 - stable/v12.x
98 - master
109
You can’t perform that action at this time.
0 commit comments