Skip to content

Commit fb09fcd

Browse files
committed
fix
1 parent b328887 commit fb09fcd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ jobs:
116116
run: zig build -Dandroid=true --verbose
117117
working-directory: examples/sdl2
118118

119-
- name: Build Raylib Example (Zig Stable)
120-
run: zig build -Dandroid=true --verbose
121-
working-directory: examples/raylib
119+
# "Raylib requires zig version 0.15.1" error occurs
120+
# - name: Build Raylib Example (Zig Previous Stable)
121+
# run: zig build -Dandroid=true --verbose
122+
# working-directory: examples/raylib
122123

123124
#
124125
# Nightly Zig Builds

0 commit comments

Comments
 (0)