Skip to content

Commit 412fa87

Browse files
authored
Removing maximizing build step
1 parent 3ba87ab commit 412fa87

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ jobs:
1717
permissions:
1818
id-token: write
1919
contents: read
20-
steps:
21-
- name: Maximize build space
22-
uses: easimon/maximize-build-space@master
23-
with:
24-
root-reserve-mb: 10000
25-
swap-size-mb: 1024
26-
remove-dotnet: 'true'
27-
20+
steps:
2821
- name: Check out code
2922
uses: actions/checkout@v3
3023

0 commit comments

Comments
 (0)