Browse Source

Update ci_src_examples_linux.yml

pull/1067/head
Ray 5 years ago
committed by GitHub
parent
commit
a77505c554
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/ci_src_examples_linux.yml

+ 3
- 2
.github/workflows/ci_src_examples_linux.yml View File

@ -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

Loading…
Cancel
Save