1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

debugging "packing" error

This commit is contained in:
Eduardo P. Gomez 2024-01-03 08:21:40 -03:00 committed by GitHub
parent 621332c718
commit 495f784163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
run: ./build.sh run: ./build.sh
- name: Packing into a tar and a deb - name: Packing into a tar and a deb
run: ./pack.sh #cat /home/runner/work/OpenDX/OpenDX/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log run: ./pack.sh && cat /home/runner/work/OpenDX/OpenDX/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log
- name: Test - name: Test
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build