Unverified Commit fbb71d0c by Edward Thomson Committed by GitHub

Update main.yml

parent 982a1def
...@@ -73,6 +73,8 @@ jobs: ...@@ -73,6 +73,8 @@ jobs:
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- run: |
env
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}} - run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
- run: | - run: |
mkdir build && cd build mkdir build && cd build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment