diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 06228c93f..bed00a020 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -16,7 +16,13 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + + - name: setup + if: runner.os == 'macos' + run: | + brew update + brew install autoconf automake #- name: Setup libfec # run: git clone https://github.com/jgaeddert/libfec.git && cd libfec && ./configure && make && sudo make install