Skip to content

Commit

Permalink
Explicitely retrieve dependencies on build
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Nov 10, 2024
1 parent 4d2f6f0 commit 8e89d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8e89d7e

Please sign in to comment.