Skip to content

Commit

Permalink
Merge branch 'kenzok78:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jtzx082 committed Feb 2, 2023
2 parents 8fa5f8a + 8b4e764 commit 5eea169
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
cd openwrt
echo -e "$(nproc) thread compile"
make -j$(($(nproc)+1)) || make -j1 V=s
echo "status=success" >> $GITHUB_OUTPUT
- name: Check space usage
if: (!cancelled())
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Lienol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
cd openwrt
echo -e "$(nproc) thread compile"
make -j$(($(nproc)+1)) || make -j1 V=s
echo "status=success" >> $GITHUB_OUTPUT
- name: Check space usage
if: (!cancelled())
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ctc_18.06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
cd openwrt
echo -e "$(nproc) thread compile"
make -j$(($(nproc)+1)) || make -j1 V=s
echo "status=success" >> $GITHUB_OUTPUT
- name: Check space usage
if: (!cancelled())
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ctc_21.02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
cd openwrt
echo -e "$(nproc) thread compile"
make -j$(($(nproc)+1)) || make -j1 V=s
echo "status=success" >> $GITHUB_OUTPUT
- name: Check space usage
if: (!cancelled())
Expand Down

0 comments on commit 5eea169

Please sign in to comment.