From ac2ceb281159d79dd7173d5cc32545e7df47b5c7 Mon Sep 17 00:00:00 2001 From: Alexei Lozovsky Date: Sun, 7 Mar 2021 13:51:48 +0900 Subject: [PATCH] show me the env --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47bcbe6..dbbbd38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,14 @@ jobs: uses: actions/checkout@v2 - name: Download Internet run: npm install + - name: What's in the env? + shell: cmd + run: set - name: Enable Developer Command Prompt uses: ./ + - name: What's in the env now? + shell: cmd + run: set - name: Compile and run some C code shell: cmd run: |