File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -171,24 +171,14 @@ jobs:
171171 ldd libfluidsynth.so.3
172172
173173 echo "*** libslirp transitive deps:"
174- ldd libslirp.so
175-
176- # TODO temporary workaround until the vcpkg maintainers fix the
177- # Linux library name
178- cd $GITHUB_WORKSPACE/deps/release
179- mv libslirp.so libslirp.so.0
174+ ldd libslirp.so.0
180175
181176 cd $GITHUB_WORKSPACE
182177 mkdir -p $GITHUB_WORKSPACE/deps/debug
183178 cd $GITHUB_WORKSPACE/vcpkg_installed/x64-linux-dynamic/debug/lib/
184179 cp $(<$GITHUB_WORKSPACE/deps-linux.txt) $GITHUB_WORKSPACE/deps/debug
185180 chmod 644 $GITHUB_WORKSPACE/deps/debug/*
186181
187- # TODO temporary workaround until the vcpkg maintainers fix the
188- # Linux library name
189- cd $GITHUB_WORKSPACE/deps/debug
190- mv libslirp.so libslirp.so.0
191-
192182
193183 - name : Upload binary
194184 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1- libfluidsynth.so.3 libslirp.so libglib-2.0.so.0 libpcre2-8.so.0
1+ libfluidsynth.so.3 libslirp.so.0 libglib-2.0.so.0 libpcre2-8.so.0
You can’t perform that action at this time.
0 commit comments