소스 검색

Update ci_src_examples_linux.yml

pull/1067/head
Ray 5 년 전
committed by GitHub
부모
커밋
a77505c554
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      .github/workflows/ci_src_examples_linux.yml

+ 3
- 2
.github/workflows/ci_src_examples_linux.yml 파일 보기

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

불러오는 중...
취소
저장