From 60a75334fb80733f5b32d3e04d2324fde4fd0bff Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Tue, 21 May 2024 23:21:36 +0800 Subject: [PATCH] Fixed for Arduino CI build compliance. --- src/rishka_syscalls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rishka_syscalls.cpp b/src/rishka_syscalls.cpp index 13cad27..52b96c3 100644 --- a/src/rishka_syscalls.cpp +++ b/src/rishka_syscalls.cpp @@ -178,6 +178,7 @@ int64_t RishkaSyscall::Sys::shellExec(RishkaVM* parent_vm) { child_vm->initialize( parent_vm->getTerminal(), parent_vm->getDisplay(), + parent_vm->getNvsStorage(), parent_vm->getWorkingDirectory() );