Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Feb 24, 2024
1 parent 4f362cb commit 61c428f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
with:
fetch-depth: 0

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Clone repositories
run: |
pip3 install vcstool
Expand Down

0 comments on commit 61c428f

Please sign in to comment.