diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a4d00d..5ab464b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Build run: | - brew install automake + brew install automake libtool autoreconf --install && ./configure && make all - name: Upload uses: actions/upload-artifact@v3 @@ -27,7 +27,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Win - if: ${{ matrix.platform == 'windows-latest' }} uses: msys2/setup-msys2@v2 with: msystem: mingw64 @@ -40,7 +39,6 @@ jobs: libtool mingw-w64-x86_64-toolchain - name: Build - if: ${{ matrix.platform == 'windows-latest' }} shell: msys2 {0} run: | autoreconf --install && ./configure && make all @@ -69,10 +67,9 @@ jobs: shell: alpine.sh --root {0} run: | apk add automake autoconf libtool make gcc g++ - - name: Build & Test + - name: Build shell: alpine.sh --root {0} run: | - brew install automake autoreconf --install && ./configure && make all - name: Upload uses: actions/upload-artifact@v3