Update ci_src_examples_linux.yml
This commit is contained in:
parent
e0d4cc3143
commit
a77505c554
1 changed files with 3 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue