Skip to content

Commit

Permalink
Fix CI bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Nov 24, 2023
1 parent 5327157 commit ab1da1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
mkdir /tmp/osp-builder-docker
cat <<'EOF' >/tmp/osp-builder-docker/Dockerfile
FROM conanio/gcc${{ matrix.compiler_version }}-ubuntu16.04
USER root
RUN apt-get update && apt-get install -y --force-yes doxygen
ENV CONAN_LOGIN_USERNAME_OSP=${{ secrets.osp_artifactory_usr }}
ENV CONAN_PASSWORD_OSP=${{ secrets.osp_artifactory_pwd }}
Expand Down Expand Up @@ -98,7 +97,7 @@ jobs:
fi
conan create \
--settings="build_type=${{ matrix.build_type }}" \
--options="libcosimc*${{ matrix.option_shared }}" \
--options="libcosimc*:${{ matrix.option_shared }}" \
--options="libcosim/*:${{ matrix.option_proxyfmu }}" \
--build=missing \
--user=osp \
Expand Down

0 comments on commit ab1da1d

Please sign in to comment.