diff --git a/action.yml b/action.yml index 0264228..ab7ff85 100644 --- a/action.yml +++ b/action.yml @@ -33,4 +33,4 @@ runs: cd ${{inputs.checkout}} export CC="${{inputs.compiler}}" ./configure --no-static && make - [ "${{inputs.install}}" = "true" ] && make install + [ "${{inputs.install}}" = "true" ] && make DESTDIR=/usr install