From ade888654318f863e37d3ff75d4c077c064cc9e4 Mon Sep 17 00:00:00 2001 From: lda Date: Thu, 2 Nov 2023 15:50:04 -0400 Subject: [PATCH] [MOD] Write to /usr directly --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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