Skip to content

Commit

Permalink
Runtime: Test compilation with the included rebar/rebar3 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 19, 2024
1 parent e827d65 commit 8f456df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Compile
run: |
./autogen.sh
./configure --with-rebar=${{ matrix.rebar }} \
./configure --with-rebar=./${{ matrix.rebar }} \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-elixir \
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Compile
run: |
./autogen.sh
./configure --with-rebar=rebar3 \
./configure --with-rebar=./rebar3 \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-odbc
Expand Down

0 comments on commit 8f456df

Please sign in to comment.