Skip to content

Commit b4d38df

Browse files
committed
Updating Linux NuGet package
1 parent 8b9b8e6 commit b4d38df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
- run: ls -l
2929
- name: Install nuget packages
3030
run: |
31-
nuget install DHI.MikeCore.Linux.rhel7 -Version 20.0.0 -OutputDirectory packages
31+
nuget install DHI.MikeCore.Linux.ubuntu -Version 22.1.0 -OutputDirectory packages
3232
- run: mkdir -p mikecore/bin/linux
3333
- run: pwd
3434
- run: ls -l
35-
- run: cp -r packages/DHI.MikeCore.Linux.rhel7.20.0.0/runtimes/linux-x64/native/* mikecore/bin/linux
35+
- run: cp -r packages/DHI.MikeCore.Linux.Ubuntu.22.1.0/runtimes/linux-x64/native/* mikecore/bin/linux
3636
- run: sudo apt-get install patchelf
3737
- run: |
3838
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libufs.so
3939
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libeum.so
4040
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libMzCart.so
4141
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libpfs2004.so
42-
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libxerces-c-3.1.so
42+
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libxerces-c-3.2.so
4343
4444
4545
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)