diff options
| author | Ray <[email protected]> | 2020-01-09 23:39:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 23:39:43 +0100 |
| commit | a77505c554d01f94398e7f8ac70902b730c640af (patch) | |
| tree | e4a3c7de30e57dfc60757a2e0aeeef04066b3444 /.github/workflows/ci_src_examples_linux.yml | |
| parent | e0d4cc314326f2c6d0390609df18d2e862c18a3a (diff) | |
| download | raylib-a77505c554d01f94398e7f8ac70902b730c640af.tar.gz raylib-a77505c554d01f94398e7f8ac70902b730c640af.zip | |
Update ci_src_examples_linux.yml
Diffstat (limited to '.github/workflows/ci_src_examples_linux.yml')
| -rw-r--r-- | .github/workflows/ci_src_examples_linux.yml | 5 |
1 files 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 |
