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
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/2804/head
Ray
2 years ago
parent
3c51d066f1
656f47b7cc
commit
2604b9f72b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/cmake.yml
+1
-1
.github/workflows/linux_examples.yml
+ 1
- 1
.github/workflows/cmake.yml
View File
@ -36,7 +36,7 @@ jobs:
runs-on
:
windows-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Create
Build
Environment
# Some projects don't allow in-source building, so create a separate build directory
+ 1
- 1
.github/workflows/linux_examples.yml
View File
@ -22,7 +22,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
code
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Setup
Environment
run
:
|
Write
Preview
Loading…
Cancel
Save