Fix macos e2e test

This commit is contained in:
katexochen 2022-10-07 23:08:02 +02:00 committed by Paul Meyer
parent 6577ca6600
commit baeaf9f0c5

View File

@ -76,6 +76,10 @@ jobs:
needs: build-bootstrapper-linux
if: ${{ always() && !cancelled() && (needs.build-bootstrapper-linux.result == 'success' || needs.build-bootstrapper-linux.result == 'skipped') }}
steps:
- name: Install the basics
shell: bash
run: brew install coreutils
- name: Check out repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8