diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 3598f68..7cc40e9 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -15,6 +15,9 @@ jobs: if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-24.04 steps: + - name: Install roles requirements + run: make deps-cartridge + - name: Check module version for api uses: tarantool/actions/check-module-version@master with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fd63ca..c99d150 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,9 @@ jobs: if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-24.04 steps: + - name: Install roles requirements + run: make deps-cartridge + - name: Check module version for api uses: tarantool/actions/check-module-version@master with: