Skip to content

Commit

Permalink
rename build dependancy and make build dep action manually
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 22, 2024
1 parent bfcbb7b commit 8cc52a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-dep-assimp.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build Assimp
name: Build Dependancy Assimp

on:
workflow_dispatch:
push:
branches:
- build-workflow

jobs:
build-linux:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-dep-g2o.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build g2o
name: Build dependancy G2O

on:
workflow_dispatch:
push:
branches:
- build-workflow

jobs:
build-windows:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-dep-glfw.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build glfw
name: Build dependancy GLFW

on:
workflow_dispatch:
push:
branches:
- build-workflow

jobs:
build-linux:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-dep-opencv.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build OpenCV
name: Build dependancy OpenCV

on:
workflow_dispatch:
push:
branches:
- build-workflow

jobs:
build-windows:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-dep-openssl.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build Openssl
name: Build dependancy OpenSSL

on:
workflow_dispatch:
push:
branches:
- build-workflow

jobs:
build-windows:
Expand Down

0 comments on commit 8cc52a3

Please sign in to comment.