diff options
| author | Ray <[email protected]> | 2020-01-09 23:53:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 23:53:16 +0100 |
| commit | ebcbe292c1e6da6fd1f8bac376d48a2cb804f8ac (patch) | |
| tree | e93ed277cc5350ccf3e8c3ba965646a3a492b448 /.github/workflows/ci_src_examples_linux.yml | |
| parent | b978dec51c4bc643fe3d380cd14126c6c1fc8d91 (diff) | |
| download | raylib-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.yml | 4 |
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 |
