From a77505c554d01f94398e7f8ac70902b730c640af Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Jan 2020 23:39:43 +0100 Subject: [PATCH] Update ci_src_examples_linux.yml --- .github/workflows/ci_src_examples_linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_src_examples_linux.yml b/.github/workflows/ci_src_examples_linux.yml index 2a6e30f3..fb9e03f4 100644 --- a/.github/workflows/ci_src_examples_linux.yml +++ b/.github/workflows/ci_src_examples_linux.yml @@ -1,6 +1,6 @@ name: CI - Source & Examples - Linux -on: [push, pull_request, release] +on: [push, pull_request] jobs: build: @@ -8,7 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - name: Checkout code + uses: actions/checkout@master - name: apt-update run: sudo apt-get update -qq - name: apt get glfw