Skip to content

Commit 8eab4ef

Browse files
authored
Update build-dispatch.yaml
Fix issues with accessing conan2 packages from the repository.
1 parent d5d31d5 commit 8eab4ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-dispatch.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
conan-profile-cppstd: '20'
5050
conan-profile-libcxx: 'libc++'
5151

52+
- name: Login to IceShard Conan2 Repository
53+
shell: pwsh
54+
run: |
55+
conan remote login -p ${{ secrets.conan_token }} conan2-iceshard ${{ secrets.conan_user }}
56+
5257
- name: Setup IBT
5358
uses: iceshard-engine/.github/.github/actions/ibt-wks@main
5459
with:

0 commit comments

Comments
 (0)