Browse Source

Space savings

Log space and reuse existing mingw installation.
tmp/comercial-emacs
Juan José García Ripoll 4 years ago
committed by GitHub
parent
commit
d5fab378a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -40,6 +40,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
release: false
install: base-devel git mingw-w64-${{ matrix.arch }}-toolchain
update: true
@ -51,6 +52,10 @@ jobs:
- name: Clone emacs
run: msys2 -c './emacs-build.sh --debug --clone 2>&1'
- name: See free space
run: Get-PSDrive
shell: powershell
# Collect dependencies
- name: Collect dependencies
run: msys2 -c './emacs-build.sh --debug --deps 2>&1'

Loading…
Cancel
Save