Skip to content

Commit

Permalink
fixes for a pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 22, 2024
1 parent 45360fa commit 504ea1f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 504ea1f

Please sign in to comment.