Skip to content

Commit

Permalink
nc 24
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 8, 2023
1 parent 7158e36 commit 5dd53f5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,17 @@ jobs:
# /usr/bin/python ./configure --with-mpiexec='/C/Program\ Files/Microsoft\ MPI/Bin/mpiexec' --with-shared-libraries=0
# make all

- name: Install System dependencies
shell: bash -l {0}
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev libzstd-dev gfortran
# - name: Install System dependencies
# shell: bash -l {0}
# run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev libzstd-dev gfortran
# run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev gfortran

- name: Install System dependencies
shell: msys2 {0}
run: |
pacman -Syu
pacman -Sy --noconfirm libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev libzstd-dev gfortran
###
# Set Environmental Variables
###
Expand Down

0 comments on commit 5dd53f5

Please sign in to comment.