Skip to content

Commit db61dbf

Browse files
committed
simplify previous stable check
1 parent ada0b0d commit db61dbf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,12 @@ jobs:
103103
with:
104104
version: "0.14.0"
105105

106-
- name: Build Minimal Example (Zig Stable)
106+
- name: Build Minimal Example (Zig Previous Stable)
107107
run: zig build -Dandroid=true --verbose
108108
working-directory: examples/minimal
109109

110-
- name: Build SDL2 Example (Zig Stable)
111-
run: |
112-
zig build -Dandroid=true --verbose
113-
zig build -Dandroid=true -Dcrash-on-exception --verbose
110+
- name: Build SDL2 Example (Zig Previous Stable)
111+
run: zig build -Dandroid=true --verbose
114112
working-directory: examples/sdl2
115113

116114
#

0 commit comments

Comments
 (0)