32
32
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY dss_python
33
33
cd dss_python
34
34
git checkout $GITHUB_SHA
35
- - name : ' Download/extract DSS C-API binaries '
35
+ - name : ' Download/extract message catalogs '
36
36
run : |
37
37
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
38
38
cd dss_python/dss
69
69
- name : ' Setup Docker'
70
70
run : |
71
71
docker pull $DOCKER_IMAGE
72
- - name : ' Download/extract DSS C-API binaries '
72
+ - name : ' Download/extract message catalogs '
73
73
run : |
74
74
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
75
75
cd dss_python/dss
@@ -87,16 +87,16 @@ jobs:
87
87
88
88
build_macos_x64 :
89
89
name : ' macOS x64'
90
- runs-on : ' macos-10.15 '
90
+ runs-on : ' macos-11 '
91
91
env :
92
92
SDKROOT : ' ${{ github.workspace }}/MacOSX10.13.sdk'
93
93
PYTHON : python3
94
94
steps :
95
- - uses : actions/checkout@v2
95
+ - uses : actions/checkout@v3
96
96
with :
97
97
fetch-depth : 0
98
98
path : ' dss_python'
99
- - name : ' Download/extract DSS C-API binaries '
99
+ - name : ' Download/extract message catalogs '
100
100
run : |
101
101
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
102
102
cd dss_python/dss
@@ -124,11 +124,11 @@ jobs:
124
124
ARCHFLAGS : ' -arch arm64'
125
125
126
126
steps :
127
- - uses : actions/checkout@v2
127
+ - uses : actions/checkout@v3
128
128
with :
129
129
fetch-depth : 0
130
130
path : ' dss_python'
131
- - name : ' Download/extract DSS C-API binaries '
131
+ - name : ' Download/extract message catalogs '
132
132
run : |
133
133
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
134
134
cd dss_python/dss
@@ -158,11 +158,11 @@ jobs:
158
158
CONDA_SUBDIR : ' win-64'
159
159
PYTHON : python
160
160
steps :
161
- - uses : actions/checkout@v2
161
+ - uses : actions/checkout@v3
162
162
with :
163
163
fetch-depth : 0
164
164
path : ' dss_python'
165
- - name : ' Download/extract DSS C-API binaries '
165
+ - name : ' Download/extract message catalogs '
166
166
shell : cmd
167
167
run : |
168
168
"c:\Program Files\Git\mingw64\bin\curl" -s -L https://github.com/dss-extensions/dss_capi/releases/download/%DSS_CAPI_TAG%/messages.zip -o messages.zip
@@ -190,15 +190,15 @@ jobs:
190
190
CONDA_SUBDIR : ' win-32'
191
191
PYTHON : python
192
192
steps :
193
- - uses : actions/checkout@v2
193
+ - uses : actions/checkout@v3
194
194
with :
195
195
fetch-depth : 0
196
196
path : ' dss_python'
197
197
- uses : actions/setup-python@v2
198
198
with :
199
199
python-version : ' 3.7'
200
200
architecture : ' x86'
201
- - name : ' Download/extract DSS C-API binaries '
201
+ - name : ' Download/extract message catalogs '
202
202
shell : cmd
203
203
run : |
204
204
"c:\Program Files\Git\mingw64\bin\curl" -s -L https://github.com/dss-extensions/dss_capi/releases/download/%DSS_CAPI_TAG%/messages.zip -o messages.zip
0 commit comments