Skip to content

Commit

Permalink
gh: Do not build deps for windows
Browse files Browse the repository at this point in the history
This speeds up the build dramatically
  • Loading branch information
garazdawi committed Jan 10, 2022
1 parent b1c1e3d commit 63900d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
export ERL_TOP=`pwd`
export MAKEFLAGS=-j4
export ERLC_USE_SERVER=true
export ERTS_SKIP_DEPEND=true
eval `./otp_build env_win32 x64`
./otp_build configure
if cat erts/CONF_INFO || cat lib/*/CONF_INFO || cat lib/*/SKIP || cat lib/SKIP-APPLICATIONS; then exit 1; fi
Expand Down

0 comments on commit 63900d1

Please sign in to comment.