From bb7df30eeb8ee074b3a7b54495d48ce53fac4ac5 Mon Sep 17 00:00:00 2001 From: SD Asif Hossein Date: Thu, 15 Aug 2024 13:40:42 +0600 Subject: [PATCH] Added variable for Pallene Tracer version number in CI script --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaa845b3..ba289fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ on: env: LUA_VERSION: 5.4.7 LUAROCKS_VERSION: 3.9.0 + PT_VERSION: 0.5.0a jobs: lint: @@ -79,7 +80,7 @@ jobs: - name: Install Pallene Tracer run: | - git clone --depth 1 https://github.com/pallene-lang/pallene-tracer --branch 0.5.0a + git clone --depth 1 https://github.com/pallene-lang/pallene-tracer --branch ${{env.PT_VERSION}} cd pallene-tracer make LUA_PREFIX=/usr/local sudo make install