Skip to content

Commit

Permalink
github/ci: bumping checkout action, using brew to install autoconf deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Apr 29, 2024
1 parent 231df90 commit 030b5b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 030b5b4

Please sign in to comment.