Skip to content

Commit 4a8e4f7

Browse files
committed
remove debug info
1 parent 8d356be commit 4a8e4f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ jobs:
223223
if [[ $OLDSOPT == *"dylib"* ]]; then
224224
NEWSOPT=${NEWSOPT%.*}.${OLDSOPT##*.}
225225
fi
226-
ln -s $OLDSOPT $NEWSOPT
227-
ls ${{github.workspace}}/local/lib/
226+
ln -s $OLDSOPT $NEWSOPT
228227
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
229228
230229
doc:

0 commit comments

Comments
 (0)