We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b92db5 commit 66dd881Copy full SHA for 66dd881
2 files changed
.github/workflows/packaging.yml
@@ -15,6 +15,9 @@ jobs:
15
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
16
runs-on: ubuntu-24.04
17
steps:
18
+ - name: Install roles requirements
19
+ run: make deps-cartridge
20
+
21
- name: Check module version for api
22
uses: tarantool/actions/check-module-version@master
23
with:
.github/workflows/publish.yml
@@ -11,6 +11,9 @@ jobs:
11
12
13
14
0 commit comments