Skip to content

Commit

Permalink
#102 Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoffere committed Feb 28, 2024
1 parent ed8f8af commit 3221846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
set -eu
cd /mnt/source/build
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
conan install -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -s compiler.libcxx=${{ matrix.compiler_libcxx }} -o libcosim:${{ matrix.option_proxyfmu }} -o libcosim:${{ matrix.option_shared }}-b missing ..
conan install -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -s compiler.libcxx=${{ matrix.compiler_libcxx }} -o libcosim:${{ matrix.option_proxyfmu }} -o libcosim:${{ matrix.option_shared }} -b missing ..
for f in dist/lib/*; do patchelf --set-rpath \$ORIGIN $f; done
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
cmake --build .
Expand Down

0 comments on commit 3221846

Please sign in to comment.