From f58f554b93cf784fd235df4eb540e320b307bb8e Mon Sep 17 00:00:00 2001 From: Ray Zimmerman Date: Tue, 11 Jun 2024 16:02:06 -0600 Subject: [PATCH] debug 2 --- action.yml | 2 -- 1 file changed, 2 deletions(-) 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