Skip to content

Commit

Permalink
use lcov 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
starwing committed Sep 12, 2023
1 parent bd08f9a commit ef60447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install LCov
run: |
sudo apt install libperlio-gzip-perl libjson-perl libcapture-tiny-perl libdatetime-perl
wget "https://github.com/linux-test-project/lcov/archive/master.zip"
unzip "master.zip"
cd "lcov-master"
wget "https://github.com/linux-test-project/lcov/releases/download/v1.16/lcov-1.16.tar.gz"
tar zxf "lcov-1.16.tar.gz"
cd "lcov-1.16"
sudo make install
- uses: actions/checkout@master
- name: Install Lua ${{ matrix.luaVersion }}
Expand Down

0 comments on commit ef60447

Please sign in to comment.