diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 768969f..cae261d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,16 +8,16 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Dependencies run: | sudo apt-get update - sudo apt-get install -y libstdc++6 liblzma5 libbz2-1.0 bioperl + sudo apt-get install -y libstdc++6 liblzma5 libbz2-1.0 bioperl libncursesw5 - - name: Set PATH for binaries + - name: Add binaries to PATH run: | - echo "$PWD/bin:$PWD/binaries/noarch:$PWD/binaries/linux:$PATH" >> $GITHUB_ENV + echo "$PWD/bin:$PWD/binaries/noarch:$PWD/binaries/linux" >> $GITHUB_PATH - name: Check binaries run: | diff --git a/README.md b/README.md index d6d9757..4ebde8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/tseemann/snippy.svg?branch=master)](https://travis-ci.org/tseemann/snippy) +[![CI](https://github.com/tseemann/snippy/actions/workflows/main.yml/badge.svg)](https://github.com/tseemann/snippy/actions/workflows/main.yml) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) ![Don't judge me](https://img.shields.io/badge/Language-Perl_5-steelblue.svg)