[][src]Function actions_core::add_path

pub fn add_path<P: ToString>(v: P)

Appends a directory to the system PATH variable for all subsequent actions in the current job as well as the currently running action.

use actions_core as core;

core::add_path("/opt/my-app/bin");