Unverified Commit a9e252d4 by Edward Thomson Committed by GitHub

Update main.yml

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