Skip to content

Commit

Permalink
Update build_and_push_minimal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Oct 21, 2024
1 parent b50e36f commit 3ba2d1f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build_and_push_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- name: Checkout
uses: actions/checkout@v3

- name: show disk
run: |
echo "Free space:"
df -h
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 3ba2d1f

Please sign in to comment.