mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
try with sudo for github actions
This commit is contained in:
parent
a49e740e82
commit
4d1c2730bb
@ -321,6 +321,8 @@ public class WasmRule extends TemporaryFolder {
|
||||
if( IS_WINDOWS ) {
|
||||
processBuilder.command().add( 0, "cmd" );
|
||||
processBuilder.command().add( 1, "/C" );
|
||||
} else {
|
||||
processBuilder.command().add( 0, "sudo" ); // with Github actions there is no write right
|
||||
}
|
||||
execute( processBuilder );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user