diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 4f8c4d902b0..bceab94f795 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -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 \ @@ -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