numworks / epsilon-sample-app-rust

A sample Rust app for the NumWorks graphing calculator
BSD 3-Clause "New" or "Revised" License
50 stars 11 forks source link

Fix CI by using npm exec in build.rs #19

Open Adi-df opened 1 year ago

Adi-df commented 1 year ago

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.