Skip to content

Commit 736762c

Browse files
committed
update test code
1 parent c6fb9d9 commit 736762c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test1.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,4 @@ jobs:
127127
id: compile
128128
run: |
129129
cd $GITHUB_WORKSPACE/openwrt
130-
unset CI
131-
make -j$(nproc)
130+
env -u CI make -j$(nproc)

0 commit comments

Comments
 (0)