summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/continuous-integration-workflow.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml
index a0b93fa..ce6a63b 100644
--- a/.github/workflows/continuous-integration-workflow.yml
+++ b/.github/workflows/continuous-integration-workflow.yml
@@ -24,7 +24,7 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: |
brew install autoconf automake bash binutils gawk gnu-sed \
- gnu-tar help2man ncurses
+ gnu-tar help2man make ncurses
- name: "build ct-ng"
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
@@ -170,7 +170,7 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: |
brew install autoconf automake bash binutils gawk gnu-sed \
- gnu-tar help2man ncurses pkg-config
+ gnu-tar help2man make ncurses pkg-config
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
- name: "build ${{ matrix.sample }} for ${{ matrix.host }}"
run: |