From 13520b7039e358e2dbfa1be82eb5c846c707d90d Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Wed, 23 Dec 2020 16:54:02 +1100 Subject: [PATCH] Move strategy into correct location. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad7602..fa3d6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,14 @@ name: CI on: [push,pull_request] jobs: - strategy: - matrix: - compiler: [gcc, clang] test: + strategy: + matrix: + compiler: [gcc, clang] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: install dependencies - run: sudo apt-get install -y libgl1-mesa-dev freeglut3-dev ${{ matrix.compiler }} + run: sudo apt-get install -y scons libgl1-mesa-dev freeglut3-dev ${{ matrix.compiler }} - name: build run: scons