Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
itskalvik committed Aug 11, 2024
1 parent 85cef0e commit 9432c54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ jobs:
bake-robot:
runs-on: ubuntu-latest
steps:
- 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: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -48,6 +39,15 @@ jobs:
bake-sitl:
runs-on: ubuntu-latest
steps:
- 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: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9432c54

Please sign in to comment.