From b18fa2ebc2fa7e010889c30d2812669c29f4d060 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 2 Jan 2024 20:09:55 +0100 Subject: [PATCH] Runtime: Rebars: Use the rebar binaries included in the repository --- .github/workflows/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 8583eb02b..cc5dc1df7 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -64,7 +64,7 @@ jobs: - name: Compile run: | ./autogen.sh - ./configure --with-rebar=`which ${{ matrix.rebar }}` \ + ./configure --with-rebar=${{ matrix.rebar }} \ --prefix=/tmp/ejabberd \ --enable-all \ --disable-elixir \