From 20395b14dbabd7e6e460b8fb223237d0ba76c821 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 1 Apr 2021 12:38:24 +0200 Subject: [PATCH] ci: Conan upload repo forced to be the first on the list of remotes --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e9988393..6c950d5a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -74,7 +74,7 @@ jobs: - name: Configure Conan run: | conan config init - conan remote add upload https://api.bintray.com/conan/mpusz/conan-mpusz + conan remote add -i 0 upload https://api.bintray.com/conan/mpusz/conan-mpusz conan remote add linear-algebra https://api.bintray.com/conan/twonington/public-conan - name: Install Conan dependencies run: |