Unverified Commit a9e252d4 by Edward Thomson Committed by GitHub

Update main.yml

parent c199d5e8
......@@ -49,6 +49,7 @@ jobs:
# Run our CI/CD builds.
build:
needs: [build_containers]
strategy:
matrix:
platform:
......@@ -69,6 +70,8 @@ jobs:
name: Build
runs-on: ${{ matrix.platform.os }}
steps:
- name: Check out repository
uses: actions/checkout@v2
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
- run: |
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