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

Update cmake.yml

This commit is contained in:
Eduardo P. Gomez 2023-09-21 10:17:10 -03:00 committed by GitHub
parent 17f05bf757
commit 31a08d6c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Auto-build and Resolve dependencies - name: Auto-build and Resolve dependencies
run: ./build.sh run: ./build.sh && ./pack.sh
- name: Test - name: Test
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build