We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7862fc7 commit decf649Copy full SHA for decf649
.github/workflows/export.yml
@@ -39,6 +39,10 @@ jobs:
39
fi
40
conan remote add --index 0 ${{ env.CONAN_REMOTE_NAME }} ${{ env.CONAN_REMOTE_URL }}
41
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
46
- name: Export the recipes
47
working-directory: recipes
48
run: |
0 commit comments