From 5dd53f581afab19ae0e78faf68c711684ce8b974 Mon Sep 17 00:00:00 2001 From: mjreno Date: Fri, 8 Sep 2023 15:33:04 -0400 Subject: [PATCH] nc 24 --- .github/workflows/ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5997e078fc..b0a32776f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ###