diff options
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a0b93fa9..ce6a63b6 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: | |