mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
.github/workflows/main.yml: install a recent GNU make on macos
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
parent
d578c61fc4
commit
573e81fe3f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -115,6 +115,11 @@ jobs:
|
|||
uses: dlang-community/setup-dlang@v1.3.0
|
||||
with:
|
||||
compiler: ${{ matrix.host_dmd }}
|
||||
- name: 'MacOS: Install recent make'
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install make
|
||||
echo "PATH=/usr/local/opt/make/libexec/gnubin:$PATH" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up repos
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue