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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
.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' |
|
|
|