mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-03-28 14:56:22 +01:00
just zap all brew packages from the runner to avoid conflicts
This commit is contained in:
parent
bc4765a123
commit
43488eb534
2 changed files with 4 additions and 2 deletions
5
.github/workflows/autobuild.yml
vendored
5
.github/workflows/autobuild.yml
vendored
|
@ -3,7 +3,7 @@ name: Automatic Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['dev']
|
||||
branches: ['autobuild']
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
@ -131,6 +131,9 @@ jobs:
|
|||
with:
|
||||
length: 7
|
||||
|
||||
- name: Remove pre-existing homebrew packages
|
||||
run: brew remove --force $(brew list)
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@ RUBY_CONFIGURE_ARGS := \
|
|||
--with-out-ext=fiddle,gdbm,win32ole,win32 \
|
||||
--with-static-linked-ext \
|
||||
--disable-rubygems \
|
||||
--without-gmp \
|
||||
--disable-install-doc \
|
||||
--build=$(RBUILD) \
|
||||
${EXTRA_RUBY_CONFIG_ARGS}
|
||||
|
|
Loading…
Add table
Reference in a new issue