File tree 2 files changed +3
-21
lines changed
2 files changed +3
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
strategy :
7
7
fail-fast : false
8
8
matrix :
9
- proj_version : [ 7.2.0 ]
10
9
compiler : [ gcc, gcc-10, clang ]
11
10
steps :
12
11
- name : Fetch public key
18
17
- name : Update repository
19
18
run : sudo apt update
20
19
- name : Install packages
21
- run : sudo apt install intel-oneapi-runtime-opencl opencl-c-headers
20
+ run : sudo apt install intel-oneapi-runtime-opencl opencl-c-headers libproj-dev
22
21
- uses : actions/checkout@v2
23
- - name : Install Proj.4
24
- run : ./.github/scripts/install-proj4.sh
25
- env :
26
- PROJ4_FILE : proj-${{ matrix.proj_version }}
27
22
- name : Configure
28
23
run : cmake . -DWITH_PROJ=ON
29
24
env :
@@ -36,14 +31,10 @@ jobs:
36
31
runs-on : macos-10.15
37
32
strategy :
38
33
fail-fast : false
39
- matrix :
40
- proj_version : [ 7.2.0 ]
41
34
steps :
42
- - uses : actions/checkout@v2
43
35
- name : Install Proj.4
44
- run : ./.github/scripts/install-proj4.sh
45
- env :
46
- PROJ4_FILE : proj-${{ matrix.proj_version }}
36
+ run : brew install proj
37
+ - uses : actions/checkout@v2
47
38
- name : Configure
48
39
run : cmake . -DWITH_PROJ=ON
49
40
- name : Make
You can’t perform that action at this time.
0 commit comments