Skip to content

Commit 2390d06

Browse files
committed
Update CI
1 parent 403235f commit 2390d06

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/main.ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,26 +141,30 @@ jobs:
141141
with:
142142
packages: mono-mcs nuget
143143

144+
- name: Ensure nuget is installed
145+
run: apt install -y nuget
146+
working-directory: ${{github.workspace}}
147+
144148
- name: Download Linux aprilasr
145-
uses: actions/download-artifact@master
149+
uses: actions/download-artifact@v4
146150
with:
147151
name: libaprilasr.so
148152
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/linux-x64/
149153

150154
- name: Download Linux onnxruntime
151-
uses: actions/download-artifact@master
155+
uses: actions/download-artifact@v4
152156
with:
153157
name: libonnxruntime.so
154158
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/linux-x64/
155159

156160
- name: Download Windows aprilasr
157-
uses: actions/download-artifact@master
161+
uses: actions/download-artifact@v4
158162
with:
159163
name: libaprilasr.dll
160164
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/win-x64/
161165

162166
- name: Download Windows onnxruntime
163-
uses: actions/download-artifact@master
167+
uses: actions/download-artifact@v4
164168
with:
165169
name: onnxruntime.dll
166170
path: ${{github.workspace}}/bindings/csharp/nuget/build/lib/win-x64/

0 commit comments

Comments
 (0)