Skip to content

Commit 738af22

Browse files
committed
Merge branch 'master' of https://github.com/firelab/windninja
2 parents 9e62f58 + 6922426 commit 738af22

1 file changed

Lines changed: 15 additions & 20 deletions

File tree

.github/workflows/testing.yml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: actions/cache@v3
2121
with:
2222
path: |
23-
${{github.workspace}}/scripts/poppler-0.23.4
24-
${{github.workspace}}/scripts/proj-6.3.2
25-
${{github.workspace}}/scripts/gdal-3.2.1
23+
${{github.workspace}}/scripts/poppler-22.02.0
24+
${{github.workspace}}/scripts/proj-8.2.1
25+
${{github.workspace}}/scripts/gdal-3.4.1
2626
key: ${{ runner.os }}-windDep
2727
restore-keys: ${{ runner.os }}-windDep
2828

@@ -32,7 +32,7 @@ jobs:
3232
sudo -E apt-get update -y
3333
sudo -E apt-get upgrade -y
3434
cd ${{github.workspace}}/scripts
35-
./build_deps_ubuntu_2004.sh
35+
./build_deps_ubuntu_2204.sh
3636
# return to start directory
3737
cd ${{github.workspace}}
3838
@@ -42,29 +42,24 @@ jobs:
4242
# install standard dependencies
4343
sudo -E apt-get update -y
4444
sudo -E apt-get upgrade -y
45-
sudo -E apt-get install -y pkg-config libfontconfig1-dev libcurl4-gnutls-dev libnetcdf-dev \
46-
libboost-program-options-dev libboost-date-time-dev libgeos-dev \
47-
libboost-test-dev libsqlite3-dev sqlite3
45+
sudo apt install -y libfontconfig1-dev \
46+
libcurl4-gnutls-dev \
47+
libnetcdf-dev \
48+
libboost-program-options-dev \
49+
libboost-date-time-dev \
50+
libgeos-dev \
51+
libboost-test-dev \
52+
libsqlite3-dev \
53+
sqlite3 \
54+
libopenjp2-7-dev \
55+
libtiff-dev
4856
# sudo make poppler, proj, and gdal
4957
cd ${{github.workspace}}/scripts/poppler-0.23.4
5058
sudo make install
5159
cd ${{github.workspace}}/scripts/proj-6.3.2
5260
sudo make install
5361
cd ${{github.workspace}}/scripts/gdal-3.2.1
5462
sudo make install
55-
# install qt
56-
sudo add-apt-repository ppa:rock-core/qt4
57-
sudo apt-get update
58-
sudo -E apt-get install -y libqt4-dev libqtwebkit-dev
59-
# Use OpenFOAM 8
60-
# add the dl.openfoam.org repo and install OpenFOAM 8
61-
sudo sh -c "wget -O - https://dl.openfoam.org/gpg.key | apt-key add -"
62-
sudo add-apt-repository http://dl.openfoam.org/ubuntu
63-
sudo apt-get update
64-
sudo -E apt-get install -y openfoam8
65-
echo "source /opt/openfoam8/etc/bashrc" >> ~/.bashrc
66-
# return to start directory
67-
cd ${{github.workspace}}
6863
6964
- name: make build directory
7065
run: mkdir build

0 commit comments

Comments
 (0)