mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-21 14:48:53 +00:00
fix indentation
This commit is contained in:
parent
3f84776ea1
commit
4b8d74623d
1 changed files with 11 additions and 11 deletions
22
.github/workflows/pr_test_build.yml
vendored
22
.github/workflows/pr_test_build.yml
vendored
|
@ -34,17 +34,17 @@ jobs:
|
||||||
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
|
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
with:
|
with:
|
||||||
# all of these default to true, but feel free to set to
|
# all of these default to true, but feel free to set to
|
||||||
# "false" if necessary for your workflow
|
# "false" if necessary for your workflow
|
||||||
android: false
|
android: false
|
||||||
tool-cache: true
|
tool-cache: true
|
||||||
dotnet: true
|
dotnet: true
|
||||||
haskell: true
|
haskell: true
|
||||||
large-packages: true
|
large-packages: true
|
||||||
docker-images: true
|
docker-images: true
|
||||||
swap-storage: true
|
swap-storage: true
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
|
|
Loading…
Reference in a new issue