ci: ensure make

This commit is contained in:
Ivan Dyachkov 2023-08-02 14:29:50 +02:00
parent 54aed80e59
commit 34cd8dc520
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
- name: build and export to Docker
id: build
run: |
sudo apt-get -y install make
make ${{ matrix.profile[0] }}-docker
echo "EMQX_IMAGE_TAG=$(cat .docker_image_tag)" >> $GITHUB_OUTPUT
- name: smoke test