Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify build workflow #469

Merged
merged 11 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
Add newline
  • Loading branch information
s-zanella committed May 20, 2024
commit 51865855e1e3bbc4c5f4921dd75f12a8358f4de6
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ $ brew install gcc

<details>
<summary><b>Windows</b></summary>

```powershell
> winget install vswhere
> winget install python
> winget install Ninja-build.Ninja
Expand Down