Skip to content

Commit e7b51f1

Browse files
committed
Attempting to install qcbor
1 parent 5854a30 commit e7b51f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-test-functional.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ jobs:
117117
- name: Import QCBOR
118118
run: sudo cp -rv -t / ${{ github.workspace }}/qcbor-source/* &&
119119
pushd /build/ &&
120-
cmake --build build &&
120+
ls &&
121121
cmake -DBUILD_SHARED_LIBS=ON -S . -B build &&
122+
cmake --build build &&
122123
sudo make install &&
123124
popd
124125

0 commit comments

Comments
 (0)