Skip to content

Commit

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

Please sign in to comment.