Skip to content

Commit

Permalink
Update build-router.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitiy1 authored Sep 17, 2024
1 parent e1a60b8 commit 228d426
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/build-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,29 @@ jobs:
- name: Checkout
uses: actions/checkout@main

# - name: Check space usage
# if: (!cancelled())
# run: df -hT
- name: Check space usage
if: (!cancelled())
run: df -hT

# - name: Free disk space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# # this might remove tools that are actually needed,
# # if set to "true" but frees about 6 GB
# tool-cache: false
- name: Free disk space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# # all of these default to true, but feel free to set to
# # "false" if necessary for your workflow
# android: true
# dotnet: true
# haskell: true
# large-packages: true
# docker-images: true
# swap-storage: true

# - name: Check space usage
# if: (!cancelled())
# run: df -hT
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Check space usage
if: (!cancelled())
run: df -hT

- name: Initialization environment
env:
Expand Down Expand Up @@ -118,9 +118,9 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
echo "COMPILE_DATE=$(date +"%Y%m%d%H%M")" >> $GITHUB_ENV
# - name: Check space usage
# if: (!cancelled())
# run: df -hT
- name: Check space usage
if: (!cancelled())
run: df -hT

- name: Organize compiled firmware
if: steps.compile.outputs.status == 'success' && !cancelled()
Expand Down

0 comments on commit 228d426

Please sign in to comment.