Skip to content

Commit c1b98ad

Browse files
committed
Trying to use system libcbor in cmake test
1 parent c1a1247 commit c1b98ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
RUN dpkg -i libfmilib2_2.0.3-1_amd64.deb libfmilib2-dev_2.0.3-1_amd64.deb
3939
RUN wget --no-check-certificate https://github.com/PJK/libcbor/archive/refs/tags/v0.11.0.tar.gz && \
4040
tar xaf v0.11.0.tar.gz && cd libcbor-0.11.0 && \
41-
cmake -DCMAKE_BUILD_TYPE=Release -CMAKE_POSITION_INDEPENDENT_CODE=ON . && make && make install
41+
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON . && make && make install
4242
COPY entrypoint.sh /
4343
ENTRYPOINT /entrypoint.sh
4444
EOF

0 commit comments

Comments
 (0)