epsilon-sample-app-rust icon indicating copy to clipboard operation
epsilon-sample-app-rust copied to clipboard

Fix CI by using npm exec in build.rs

Open Adi-df opened this issue 3 years ago • 0 comments

Replace deprecated npx by npm exec, see the npx repo and npm docs on npx vs npm exec. Fix the CI by running npm exec --yes -- nwlink png-nwi src/icon.png target/icon.nwi. Used workflow_dispatch to trigger the workflow manually.

Adi-df avatar Oct 31 '22 15:10 Adi-df