Skip to content

Commit

Permalink
更新CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolkids committed Dec 12, 2024
1 parent f8d27d3 commit 17fa7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt_24_10_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
df -h
- name: Compile firmware
working-directory: ${{ env.WORK_PATH }}
run: |
cd ${{ env.WORK_PATH }}
make -j$(nproc) || make -j1 V=s
- name: Clean Build Files
Expand Down Expand Up @@ -174,8 +174,8 @@ jobs:
df -h
- name: Compile firmware
working-directory: ${{ env.WORK_PATH }}
run: |
cd ${{ env.WORK_PATH }}
make -j$(nproc) || make -j1 V=s
- name: Clean Build Files
Expand Down

0 comments on commit 17fa7bd

Please sign in to comment.