From 8e89d7e5f817ad70e7f042280ac5c05483d014f4 Mon Sep 17 00:00:00 2001 From: Matteo Cafasso Date: Sun, 10 Nov 2024 22:11:11 +0200 Subject: [PATCH] Explicitely retrieve dependencies on build Signed-off-by: Matteo Cafasso --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index fdf1b13..12115f6 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -34,6 +34,7 @@ jobs: working-directory: ${{ env.PLUGIN_FOLDER }} run: | make current_rmq_ref=${{ matrix.rmqref }} + make deps make tests current_rmq_ref=${{ matrix.rmqref }} - name: Build distribution files working-directory: ${{ env.PLUGIN_FOLDER }}