summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci_src_examples_linux.yml
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 23:53:16 +0100
committerGitHub <[email protected]>2020-01-09 23:53:16 +0100
commitebcbe292c1e6da6fd1f8bac376d48a2cb804f8ac (patch)
treee93ed277cc5350ccf3e8c3ba965646a3a492b448 /.github/workflows/ci_src_examples_linux.yml
parentb978dec51c4bc643fe3d380cd14126c6c1fc8d91 (diff)
downloadraylib-ebcbe292c1e6da6fd1f8bac376d48a2cb804f8ac.tar.gz
raylib-ebcbe292c1e6da6fd1f8bac376d48a2cb804f8ac.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.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci_src_examples_linux.yml b/.github/workflows/ci_src_examples_linux.yml
index fb9e03f4..e86f27b2 100644
--- a/.github/workflows/ci_src_examples_linux.yml
+++ b/.github/workflows/ci_src_examples_linux.yml
@@ -4,9 +4,7 @@ on: [push, pull_request]
jobs:
build:
-
- runs-on: ubuntu-latest
-
+ runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master