Skip to content

Commit 2d59aca

Browse files
committed
github actions
1 parent 5ded6f2 commit 2d59aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
run: |
1919
os=$(. /etc/os-release && echo $ID)
20-
dist=$(. /etc/os-release && echo $VERSION_ID)
20+
dist=$(. /etc/os-release && echo $VERSION_CODENAME)
2121
curl -L "https://download.tarantool.org/tarantool/modules/gpgkey" | sudo apt-key add -
2222
apt_source_path="/etc/apt/sources.list.d/tarantool.list"
2323
echo "deb https://download.tarantool.org/tarantool/modules/${os}/ ${dist} main" | sudo tee ${apt_source_path}

0 commit comments

Comments
 (0)