Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Jan 31, 2023
1 parent ed0e077 commit 8b4e764
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 8b4e764

Please sign in to comment.