diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69a3f56..b98d971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: - name: Enable Developer Command Prompt uses: ./ - name: Compile and run some C code + shell: cmd run: | cl.exe hello.c hello.exe