TEST: install and run screenfetch

This commit is contained in:
Adam Olech 2021-07-05 11:17:47 +02:00
parent d912762861
commit faf8ca8410
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ jobs:
if: ${{matrix.os == 'centos'}} if: ${{matrix.os == 'centos'}}
run: yum -y install wget run: yum -y install wget
- name: Install and run screenfetch
run: |
wget -O screenfetch-dev https://git.io/vaHfR
chmod +x screenfetch-dev
- name: Install tuttest - name: Install tuttest
run: | run: |
wget https://github.com/antmicro/tuttest/releases/download/v0.2-beta/tuttest -O /usr/bin/tuttest wget https://github.com/antmicro/tuttest/releases/download/v0.2-beta/tuttest -O /usr/bin/tuttest