Skip to content

Commit fbb71d0

Browse files
authored
Update main.yml
1 parent 982a1de commit fbb71d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ jobs:
7373
steps:
7474
- name: Check out repository
7575
uses: actions/checkout@v2
76+
- run: |
77+
env
7678
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
7779
- run: |
7880
mkdir build && cd build
7981
../azure-pipelines/build.sh
8082
../azure-pipelines/test.sh
81-
shell: bash
83+
shell: bash

0 commit comments

Comments
 (0)