Skip to content

Commit a355150

Browse files
committed
show ubuntu version, run update before install
1 parent 83e1acc commit a355150

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,17 @@ jobs:
4444
perl -v
4545
perl -V
4646
47+
- name: Ubuntu Version
48+
if: ${{ matrix.runner == 'ubuntu-latest' }}
49+
run: |
50+
lsb_release -a
51+
52+
4753
- name: Install for Ubuntu
4854
if: ${{ matrix.runner == 'ubuntu-latest' }}
4955
run: |
50-
sudo apt-get install -y libgtk2.0-dev
56+
sudo apt update
57+
sudo apt install -y libgtk2.0-dev
5158
5259
- name: Install Modules
5360
run: |

0 commit comments

Comments
 (0)