File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments