Skip to content

Commit

Permalink
Pass clean after build option
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Oct 4, 2023
1 parent 81d32d4 commit 5241203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- { os: macos-latest, triplet: x64-osx }

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: true
remove-haskell: true
- name: install python
uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
else:
vcpkg.bootstrap(
ports_dir=os.path.join(".", "deps"),
clean_after_build=args.clean_after_build,
triplet=triplet,
additional_ports=extras,
build_root=build_root,
Expand Down

0 comments on commit 5241203

Please sign in to comment.