We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b328887 commit fb09fcdCopy full SHA for fb09fcd
.github/workflows/ci.yml
@@ -116,9 +116,10 @@ jobs:
116
run: zig build -Dandroid=true --verbose
117
working-directory: examples/sdl2
118
119
- - name: Build Raylib Example (Zig Stable)
120
- run: zig build -Dandroid=true --verbose
121
- working-directory: examples/raylib
+ # "Raylib requires zig version 0.15.1" error occurs
+ # - name: Build Raylib Example (Zig Previous Stable)
+ # run: zig build -Dandroid=true --verbose
122
+ # working-directory: examples/raylib
123
124
#
125
# Nightly Zig Builds
0 commit comments