Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Oct 10, 2023
1 parent df49776 commit 229823b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R2C-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
swap-size-mb: 512
temp-reserve-mb: 100
root-reserve-mb: 1280
root-reserve-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
Expand Down Expand Up @@ -113,8 +113,6 @@ jobs:
cat openwrt/.config
echo '================================================================'
cd openwrt && make -j1 V=s
- name: Print Disk Space After
run: df -h
- name: Organize files
id: organize
run: |
Expand Down Expand Up @@ -142,3 +140,5 @@ jobs:
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ./artifact/*.zip
- name: Print Disk Space After
run: df -h
6 changes: 3 additions & 3 deletions .github/workflows/R2S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
swap-size-mb: 512
temp-reserve-mb: 100
root-reserve-mb: 1280
root-reserve-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
Expand Down Expand Up @@ -113,8 +113,6 @@ jobs:
cat openwrt/.config
echo '================================================================'
cd openwrt && make -j1 V=s
- name: Print Disk Space After
run: df -h
- name: Organize files
id: organize
run: |
Expand Down Expand Up @@ -142,3 +140,5 @@ jobs:
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ./artifact/*.zip
- name: Print Disk Space After
run: df -h
6 changes: 3 additions & 3 deletions .github/workflows/R4S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
swap-size-mb: 512
temp-reserve-mb: 100
root-reserve-mb: 1280
root-reserve-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
Expand Down Expand Up @@ -113,8 +113,6 @@ jobs:
cat openwrt/.config
echo '================================================================'
cd openwrt && make -j1 V=s
- name: Print Disk Space After
run: df -h
- name: Organize files
id: organize
run: |
Expand Down Expand Up @@ -142,3 +140,5 @@ jobs:
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ./artifact/*.zip
- name: Print Disk Space After
run: df -h
6 changes: 3 additions & 3 deletions .github/workflows/X86-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
swap-size-mb: 512
temp-reserve-mb: 100
root-reserve-mb: 1280
root-reserve-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
Expand Down Expand Up @@ -113,8 +113,6 @@ jobs:
cat openwrt/.config
echo '================================================================'
cd openwrt && make -j1 V=s
- name: Print Disk Space After
run: df -h
- name: Organize files
id: organize
run: |
Expand Down Expand Up @@ -142,3 +140,5 @@ jobs:
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ./artifact/*.zip
- name: Print Disk Space After
run: df -h

0 comments on commit 229823b

Please sign in to comment.