just zap all brew packages from the runner to avoid conflicts

This commit is contained in:
Struma 2023-05-08 11:06:59 -04:00
parent bc4765a123
commit 43488eb534
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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}