Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Jul 7, 2024
1 parent 14d626d commit adf2d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
name: [x64]
name: [x64, i386]

# Run
steps:
Expand Down Expand Up @@ -99,6 +99,7 @@ jobs:
-B native \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D CUSTOM_CFLAGS="-m32" \
-D BUILD_EXAMPLES=OFF \
-D CUSTOMIZE_BUILD=ON \
-D SUPPORT_GIF_RECORDING=OFF \
Expand Down

0 comments on commit adf2d79

Please sign in to comment.