From 4b131992cfcee35c01e923247e3d4cbbe49899af Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Wed, 8 Nov 2023 15:56:26 +0100 Subject: [PATCH] Reinstate environment variables on Windows CI --- .github/workflows/ci-conan.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 8ba6a73..68f6cc2 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -48,6 +48,10 @@ jobs: name: Conan runs-on: ${{ matrix.os }} env: + CONAN_LOGIN_USERNAME_OSP: ${{ secrets.osp_artifactory_usr }} + CONAN_PASSWORD_OSP: ${{ secrets.osp_artifactory_pwd }} + CONAN_REVISIONS_ENABLED: 1 + CONAN_NON_INTERACTIVE: True CONAN_USER_HOME_SHORT: C:\c CONAN_USE_ALWAYS_SHORT_PATHS: 1 strategy: