-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add option to run workflows manually (#223)
* ci: add option to run workflows manually This results in a "Run workflow" button on the Actions page. See the docs for [`workflow_dispatch`]. [`workflow_dispatch`]: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch * fingerprint: upgrade `sysinfo` library This change upgrades the `sysinfo` library to `0.28` to avoid compilation issues on Windows due to an unaligned packed field (e.g., this [failure]). `sysinfo`'s API has changed slightly and this brings Sightglass' usage up to speed. [failure]: https://github.com/bytecodealliance/sightglass/actions/runs/4089163019/jobs/7051580568#step:6:459
- Loading branch information
Showing
5 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters