Skip to content

Commit d9e738f

Browse files
committed
Add workflow files to workspace
1 parent 4ade453 commit d9e738f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/premake5.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ workspace "CppSharp"
3636

3737
workspacefiles(path.join(builddir, "premake5.lua"))
3838
workspacefiles(path.join(builddir, "*.sh"))
39+
workspacefiles(path.join(rootdir, ".github/workflows/*.yml"))
3940
workspacefiles(path.join(rootdir, "tests/Test*.props"))
4041
WriteConfigForMSBuild()
4142

0 commit comments

Comments
 (0)