File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 run : conan remote add osp https://osp-conan.azurewebsites.net/artifactory/api/conan/public --force
3939 - name : Conan create
4040 run : |
41- BRANCH=${GITHUB_REF#refs/heads /}
41+ BRANCH=${GITHUB_REF#refs/* /}
4242 SHORT_BRANCH=${BRANCH:0:50}
4343 CHANNEL=${SHORT_BRANCH//\//_}
4444 conan create -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -s compiler.libcxx=${{ matrix.compiler_libcxx }} -o libcosim:${{ matrix.option_fmuproxy }} --build missing . osp/${CHANNEL}
7474 - name : Conan create
7575 shell : bash
7676 run : |
77- BRANCH=${GITHUB_REF#refs/heads /}
77+ BRANCH=${GITHUB_REF#refs/* /}
7878 SHORT_BRANCH=${BRANCH:0:50}
7979 CHANNEL=${SHORT_BRANCH//\//_}
8080 conan create -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -o libcosim:${{ matrix.option_fmuproxy }} . osp/${CHANNEL}
You can’t perform that action at this time.
0 commit comments