Skip to content

Commit

Permalink
added clocks and schemas for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Feb 19, 2025
1 parent 189a2b1 commit 1570fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_necto.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():
run_command("7za x NECTOInstaller.zip")

print("Step 3: Install NECTO")
run_command("./NECTOInstaller installer --install-packages necto_installer necto_application database mikroe_utils_common preinit unit_test_lib mikrosdk gcc_arm_compiler llvm_clang_compiler microchip_xc8_compiler /home/runner/MikroElektronika /home/runner/.MIKROE/NECTOStudio7 > /dev/null 2>&1")
run_command("./NECTOInstaller installer --install-packages necto_installer necto_application database clocks schemas mikroe_utils_common preinit unit_test_lib mikrosdk /home/runner/MikroElektronika /home/runner/.MIKROE/NECTOStudio7 > /dev/null 2>&1")

print("Step 4: Move installer to MIKROE if it's generated in root")
if os.path.isfile("/home/runner/MikroElektronika/installer_tmp"):
Expand Down

0 comments on commit 1570fd1

Please sign in to comment.