Skip to content

Commit

Permalink
Install wx and odbc
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 25, 2025
1 parent ef7b782 commit cacc209
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,9 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y bash gmake gtar autoconf ncurses
pkg update
pkg upgrade
pkg install -y bash gmake gtar autoconf ncurses pkgconf wx32-gtk3 libiodbc
run: |
tar -xzf ./otp_src.tar.gz
Expand All @@ -450,7 +452,8 @@ jobs:
export MAKEFLAGS=-j$(($(nproc) + 2))
export ERLC_USE_SERVER=true
export ERTS_SKIP_DEPEND=true
./otp_build all -a
./configure
gmake
documentation:
name: Build and check documentation
Expand Down

0 comments on commit cacc209

Please sign in to comment.