Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent 9463c04 commit 5501654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
- name: Install targets with Makefile
run: |
cd $GITHUB_WORKSPACE/build/${{ matrix.build-and-test-config.conan-profile-build-type }}
#cd $GITHUB_WORKSPACE/build/${{ matrix.build-and-test-config.conan-profile-build-type }}
cmake --install . --prefix=${{ github.workspace }}/install/${{ matrix.build-and-test-config.conan-profile-build-type }}
#VERBOSE=1 make install \
# --directory ${{ github.workspace }}/build/${{ matrix.build-and-test-config.conan-profile-build-type }}
Expand Down

0 comments on commit 5501654

Please sign in to comment.