You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,7 @@ name: 🏗️ Build Bindings
2
2
3
3
on:
4
4
push:
5
-
workflow_dispatch:
6
-
inputs:
7
-
ref:
8
-
type: string
9
-
default: master
10
-
description: The ref of saucer to use
11
-
cmake:
12
-
type: string
13
-
# This default value shows off how to inline the desktop and loop module to produce a single shared library that contains all commonly required functionality
0 commit comments