diff --git a/action.yml b/action.yml index ab7ff85..bbf60e6 100644 --- a/action.yml +++ b/action.yml @@ -32,5 +32,5 @@ runs: echo Compiling Cytoplasm... cd ${{inputs.checkout}} export CC="${{inputs.compiler}}" - ./configure --no-static && make - [ "${{inputs.install}}" = "true" ] && make DESTDIR=/usr install + ./configure --prefix=/usr --no-static && make + [ "${{inputs.install}}" = "true" ] && make install