Skip to content

Commit 64fd452

Browse files
authored
Update ci.yml
1 parent 512fb24 commit 64fd452

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,7 @@ name: Project+ Dolphin Builder
22

33
on: [push, pull_request]
44

5-
jobs:
6-
free-disk-space:
7-
runs-on: ubuntu-latest
8-
steps:
9-
10-
- name: Free Disk Space (Ubuntu)
11-
uses: jlumbroso/free-disk-space@main
12-
with:
13-
# this might remove tools that are actually needed,
14-
# if set to "true" but frees about 6 GB
15-
tool-cache: false
16-
17-
# all of these default to true, but feel free to set to
18-
# "false" if necessary for your workflow
19-
android: true
20-
dotnet: true
21-
haskell: true
22-
large-packages: true
23-
docker-images: true
24-
swap-storage: true
5+
jobs:
256
build_macos:
267
name: macOS Build
278
runs-on: macos-14

0 commit comments

Comments
 (0)