From df5b778c743d4e2d439ef5733126057d80e61126 Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Sun, 29 Oct 2023 15:15:26 +1000 Subject: [PATCH] Update build.yml For some reason this is required, i dont know why. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfc525c..ee1a126 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,4 +21,4 @@ jobs: - name: Check rebar3 Version run: DEBUG=1 rebar3 --version - name: Compile - run: rebar3 lfe compile + run: rebar3 do compile, lfe compile