Skip to content

Commit

Permalink
ci: more
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Sep 15, 2023
1 parent 7a55cc1 commit 1052dc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,15 @@ jobs:
- name: "InstallDB / mingw / ${{matrix.test.arch}}"
shell: bash
run: |
pacman -S --noconfirm --needed mingw-w64-${{matrix.test.arch}}-postgresql
pacman -Ss flex
pacman -Ss bison
pacman -S --noconfirm --needed \
mingw-w64-${{matrix.test.arch}}-gettext \
mingw-w64-${{matrix.test.arch}}-postgresql
- name: "Build"
shell: bash
run: make
run: make FLEX=flex BISON=bison

- name: "Install"
shell: bash
Expand Down

0 comments on commit 1052dc1

Please sign in to comment.