Skip to content

Commit

Permalink
Use the latest logwarn 1.0.17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed May 9, 2023
1 parent 0772c65 commit 0de963d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2

- run: |
wget https://github.com/archiecobbs/logwarn/archive/refs/tags/1.0.16.tar.gz
tar xf 1.0.16.tar.gz
cd logwarn-1.0.16
wget https://github.com/archiecobbs/logwarn/archive/refs/tags/1.0.17.tar.gz
tar xf 1.0.17.tar.gz
cd logwarn-1.0.17
./autogen.sh && ./configure --prefix=/tmp/logwarn && make && make install
- run: |
Expand Down
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit 0de963d

Please sign in to comment.