We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ded6f2 commit 2d59acaCopy full SHA for 2d59aca
.github/actions/setup-test/action.yml
@@ -17,7 +17,7 @@ runs:
17
shell: bash
18
run: |
19
os=$(. /etc/os-release && echo $ID)
20
- dist=$(. /etc/os-release && echo $VERSION_ID)
+ dist=$(. /etc/os-release && echo $VERSION_CODENAME)
21
curl -L "https://download.tarantool.org/tarantool/modules/gpgkey" | sudo apt-key add -
22
apt_source_path="/etc/apt/sources.list.d/tarantool.list"
23
echo "deb https://download.tarantool.org/tarantool/modules/${os}/ ${dist} main" | sudo tee ${apt_source_path}
0 commit comments