Skip to content

Commit 9c0ecc8

Browse files
committed
Developing build rpm package with container Ubuntu 20.04 and Qt6
1 parent 6cb514e commit 9c0ecc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-rpm-qt6-amd64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ jobs:
184184
- name: Patch binary file
185185
run: patchelf --set-rpath /opt/OpenModSim/lib "${{ env.BUILD_RPM_DIR }}/SOURCES/omodism/opt/OpenModSim/bin/omodsim"
186186

187+
- name: List SOURCES/omodism content (Debug View)
188+
run: |
189+
ls -laR ${{ env.BUILD_RPM_DIR }}/SOURCES/omodism/
190+
187191
- name: Build RPM package
188192
working-directory: ${{ env.BUILD_RPM_DIR }}
189193
run: |

0 commit comments

Comments
 (0)