Skip to content

Commit 8bb756c

Browse files
committed
fix warnings
1 parent 144865b commit 8bb756c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
cat > test/test.c <<'EOF'
4545
#include <stdio.h>
4646
#include <stdint.h>
47+
#include <stdlib.h>
4748
#include <assert.h>
4849
4950
/* ==== 简易类型 / 宏定义 ==== */
@@ -157,10 +158,4 @@ jobs:
157158
else
158159
export LD_LIBRARY_PATH=${{ github.workspace }}/opencvsharp/lib:$LD_LIBRARY_PATH
159160
fi
160-
cd test && ./test.exe
161-
162-
- name: Upload Artifacts
163-
uses: actions/upload-artifact@v4
164-
with:
165-
name: test-${{ matrix.os }}-${{ matrix.arch }}
166-
path: test
161+
cd test && ./test.exe

0 commit comments

Comments
 (0)