summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 469d9f6fe..7d00f0e66 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -73,9 +73,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
+ - run: |
+ env
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
- run: |
mkdir build && cd build
../azure-pipelines/build.sh
../azure-pipelines/test.sh
- shell: bash
+ shell: bash