Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Jul 7, 2024
1 parent b4aa74e commit 650e581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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, i386]
name: [x64, x86_64]

# Run
steps:
Expand Down Expand Up @@ -97,7 +97,6 @@ jobs:
unzip -qq raylib.zip
cmake -S raylib-${{ env.raylib_version }} \
-B native \
-B CUSTOM_CFLAGS="-m32" \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF \
Expand Down

0 comments on commit 650e581

Please sign in to comment.