This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update GitHub Actions names
pull/5122/head
Ray
1 month ago
parent
df886a8abb
commit
e3d714ae41
7 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/android.yml
+1
-1
.github/workflows/cmake.yml
+1
-1
.github/workflows/codeql.yml
+1
-1
.github/workflows/linux.yml
+1
-1
.github/workflows/macos.yml
+1
-1
.github/workflows/windows.yml
+1
-1
.github/workflows/windows_examples.yml
+ 1
- 1
.github/workflows/android.yml
View File
@ -1,4 +1,4 @@
name
:
Android
name
:
Build
raylib
-
Android
on
:
workflow_dispatch
:
+ 1
- 1
.github/workflows/cmake.yml
View File
@ -1,4 +1,4 @@
name
:
CMakeBuilds
name
:
Build
raylib
CMake
- Windows+Linux
on
:
workflow_dispatch
:
+ 1
- 1
.github/workflows/codeql.yml
View File
@ -3,7 +3,7 @@
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name
:
"CodeQL"
name
:
Analyze
raylib
with
CodeQL
on
:
workflow_dispatch
:
+ 1
- 1
.github/workflows/linux.yml
View File
@ -1,4 +1,4 @@
name
:
Linux
name
:
Build
raylib
-
Linux
on
:
workflow_dispatch
:
+ 1
- 1
.github/workflows/macos.yml
View File
@ -1,4 +1,4 @@
name
:
macOS
name
:
Build
raylib
-
macOS
on
:
workflow_dispatch
:
+ 1
- 1
.github/workflows/windows.yml
View File
@ -1,4 +1,4 @@
name
:
Windows
name
:
Build
raylib
-
Windows
on
:
workflow_dispatch
:
+ 1
- 1
.github/workflows/windows_examples.yml
View File
@ -1,4 +1,4 @@
name
:
Windows
Example
s
name
:
Build
raylib
examples
- Window
s
on
:
workflow_dispatch
:
Write
Preview
Loading…
Cancel
Save