Skip to content

Commit bf155b5

Browse files
committed
cd: fix rockspec publishing
The problem is that on Ubuntu 22.04 luarocks v3 from the `tarantool-common` package is installed, but tarantoolctl from tarantool 1.10 uses luarocks v2. See [1] for more details. [1] tarantool/tarantool#5429 (comment)
1 parent 068ac2d commit bf155b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# [1]: https://github.com/luarocks/luarocks/wiki/Types-of-rocks
5151
- uses: tarantool/setup-tarantool@v2
5252
with:
53-
tarantool-version: '1.10'
53+
tarantool-version: '2.10'
5454
- run: tarantoolctl rocks pack memcached-${{ env.TAG }}-1.rockspec
5555

5656
# Upload .rockspec and .src.rock.

0 commit comments

Comments
 (0)