We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fb9d9 commit 736762cCopy full SHA for 736762c
.github/workflows/test1.yml
@@ -127,5 +127,4 @@ jobs:
127
id: compile
128
run: |
129
cd $GITHUB_WORKSPACE/openwrt
130
- unset CI
131
- make -j$(nproc)
+ env -u CI make -j$(nproc)
0 commit comments