Improved Github Action

Removed dependencies that don't seem useful
Also copied a lot of stuff from qmetaobject Github Action so that this
action might be used for windows and macos testing.
This commit is contained in:
Ayush Singh 2021-12-01 21:27:41 +05:30
parent e7d20f21ad
commit 5cf6a34302
2 changed files with 33 additions and 8 deletions

View file

@ -45,5 +45,5 @@
//! }
//! ```
mod klocalizedcontext;
pub mod klocalizedcontext;
pub use klocalizedcontext::KLocalizedContext;