From 39cbe8c402009055e15e70f5646a260474185c62 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 15 Sep 2020 13:29:29 +1000 Subject: [PATCH] ci: test creating an empty file --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffa445530..f7d419bb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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