We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb514e commit 9c0ecc8Copy full SHA for 9c0ecc8
1 file changed
.github/workflows/build-rpm-qt6-amd64.yml
@@ -184,6 +184,10 @@ jobs:
184
- name: Patch binary file
185
run: patchelf --set-rpath /opt/OpenModSim/lib "${{ env.BUILD_RPM_DIR }}/SOURCES/omodism/opt/OpenModSim/bin/omodsim"
186
187
+ - name: List SOURCES/omodism content (Debug View)
188
+ run: |
189
+ ls -laR ${{ env.BUILD_RPM_DIR }}/SOURCES/omodism/
190
+
191
- name: Build RPM package
192
working-directory: ${{ env.BUILD_RPM_DIR }}
193
run: |
0 commit comments