ci: test creating an empty file

This commit is contained in:
itsmattkc
2020-09-15 13:29:29 +10:00
committed by GitHub
parent 64739e6162
commit 39cbe8c402
+4
View File
@@ -19,6 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create empty file
shell: cmd
run: type NUL > empty.txt
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory