Skip to content

Commit

Permalink
install needed libs on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 22, 2024
1 parent 7532676 commit 2199c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ jobs:
sudo apt-get install x11-apps x11-utils
sudo apt-get install lwm fvwm
sudo apt-get install xvfb
sudo apt-get install libpulse0
- name: show installed font packages
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/screens_only_for_nightly_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
sudo apt-get install x11-apps x11-utils
sudo apt-get install lwm fvwm
sudo apt-get install xvfb
sudo apt-get install libpulse0
- name: show installed font packages
run: |
Expand Down Expand Up @@ -198,6 +199,7 @@ jobs:
echo "++++++++++++++++++"
cat /home/runner/work/trifa_material/trifa_material/trifa.log||echo "NO ERR"
echo "++++++++++++++++++"
cat /home/runner/work/trifa_material/trifa_material/trifa.log | grep 'cannot open shared object file' || echo "NO ERR"
echo "++++++++++++++++++"
cat /home/runner/work/trifa_material/trifa_material/tester.log||echo "NO ERR"
cp -av /tmp/screenshot-linux.png screenshot-linux.png
Expand Down

0 comments on commit 2199c02

Please sign in to comment.