Skip to content

Commit f9dc576

Browse files
author
Martin Urban
committed
Update GHA XII
1 parent 63c6feb commit f9dc576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unix_like_wheels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Setup Ubuntu
3737
if: runner.os == 'Linux'
3838
run: |
39-
sudo apt-get update -y && sudo apt-get install git build-essential libxmu-dev libxi-dev libgl-dev libglew-dev libpng-dev libfreetype6-dev libxml2-dev libmsgpack-dev libglm-dev libnetcdf-dev autoconf perl perl-openssl-defaults -y
39+
sudo apt-get update -y && sudo apt-get install git build-essential libxmu-dev libxi-dev libgl-dev libglew-dev libpng-dev libfreetype6-dev libxml2-dev libmsgpack-dev libglm-dev libnetcdf-dev linux-libc-dev autoconf perl -y
4040
4141
- name: Setup IPC::cmd perl for Ubuntu
4242
if: runner.os == 'Linux'
4343
run: |
44-
sudo apt install cpanminus
45-
cpanm IPC::Cmd
44+
sudo apt-get install cpanminus
45+
sudo cpanm IPC::Cmd
4646
4747
- name: Initialize vcpkg
4848
run: |

0 commit comments

Comments
 (0)