Skip to content

Commit 1c9b517

Browse files
committed
adding a workflow for CI
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 77c192e commit 1c9b517

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@master
17+
18+
- name: Add msbuild to PATH
19+
uses: microsoft/[email protected]
20+
1721
- name: Restore NuGet Packages
1822
run: nuget restore GraphLayout/GraphLayout.sln
1923

0 commit comments

Comments
 (0)