Skip to content

Commit decf649

Browse files
committed
Restore conan remote verification
1 parent 7862fc7 commit decf649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/export.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
fi
4040
conan remote add --index 0 ${{ env.CONAN_REMOTE_NAME }} ${{ env.CONAN_REMOTE_URL }}
4141
echo "Added new conan remote '${{ env.CONAN_REMOTE_NAME }}' at ${{ env.CONAN_REMOTE_URL }}."
42+
- name: Verify Conan remote
43+
run: |
44+
conan remote auth ${{ env.CONAN_REMOTE_NAME }} --force
45+
conan remote list-users
4246
- name: Export the recipes
4347
working-directory: recipes
4448
run: |

0 commit comments

Comments
 (0)