Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Jun 11, 2024
1 parent 75eb1ca commit 41876f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ runs:

- name: Build and install OSQP Octave interface
run: |
! ${{ inputs.cached }} && ls -al $HOME/install/include/osqp
! ${{ inputs.cached }} && cat $HOME/install/include/osqp/matrix.h
! ${{ inputs.cached }} && ln -s /usr/include/octave-${OCTAVE_VER}/octave/Matrix.h $HOME/install/include/osqp/matrix.h
! ${{ inputs.cached }} && ls -al $HOME/install/include/osqp
! ${{ inputs.cached }} && cd $HOME/build/osqp-matlab
Expand Down

0 comments on commit 41876f6

Please sign in to comment.