summaryrefslogtreecommitdiff
path: root/.github/Build-with-GitHub.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/Build-with-GitHub.md')
-rw-r--r--.github/Build-with-GitHub.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/Build-with-GitHub.md b/.github/Build-with-GitHub.md
index 8fe67c5f..c4a10962 100644
--- a/.github/Build-with-GitHub.md
+++ b/.github/Build-with-GitHub.md
@@ -2,10 +2,10 @@
If you use GitHub to host your code, you can leverage [GitHub Actions](https://docs.github.com/en/actions) to create automated workflows to build your driver projects.
-`windows-2022` runner (provided by `windows-latest`) is configured with Windows Driver Kit version 22H2 and Visual Studio 2022 off the box, so most solutions can be built directly running `msbuild` directly.
+`windows-2022` runner (provided by `windows-latest`) is configured with Windows Driver Kit version 22H2 and Visual Studio 2022 off the box, so most solutions can be built by running `msbuild` directly.
```yaml
-name: Build all driver samples
+name: Build driver solution
on:
push:
branches: