Skip to content

Commit

Permalink
Added variable for Pallene Tracer version number in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
singul4ri7y committed Aug 15, 2024
1 parent 1995ad3 commit bb7df30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
env:
LUA_VERSION: 5.4.7
LUAROCKS_VERSION: 3.9.0
PT_VERSION: 0.5.0a

jobs:
lint:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb7df30

Please sign in to comment.