mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Update ci_src_examples_linux.yml
This commit is contained in:
parent
e0d4cc3143
commit
a77505c554
5
.github/workflows/ci_src_examples_linux.yml
vendored
5
.github/workflows/ci_src_examples_linux.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: CI - Source & Examples - Linux
|
name: CI - Source & Examples - Linux
|
||||||
|
|
||||||
on: [push, pull_request, release]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -8,7 +8,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@master
|
||||||
- name: apt-update
|
- name: apt-update
|
||||||
run: sudo apt-get update -qq
|
run: sudo apt-get update -qq
|
||||||
- name: apt get glfw
|
- name: apt get glfw
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user