diff --git a/action.yml b/action.yml index 2216d26..1bf89e6 100644 --- a/action.yml +++ b/action.yml @@ -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