mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 21:49:52 +07:00
build: cleanup
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
786f6fc49b
commit
16c6e677c2
5
.github/workflows/autobuild.yml
vendored
5
.github/workflows/autobuild.yml
vendored
@ -20,11 +20,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
swap-storage: false
|
||||
|
||||
# Install Dependencies
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -53,11 +53,6 @@ jobs:
|
||||
delete_tags: true
|
||||
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
swap-storage: false
|
||||
|
||||
# Install Dependencies
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user