Watch
2
0
Fork
You've already forked raylib-cs
0

Update build.yml

This commit is contained in:
MrScautHD 2023-12-27 11:03:10 +01:00
commit 8e2ee09625

View file

@ -58,10 +58,10 @@ jobs:
include:
- name: arm
arch: armeabi-v7a
flags: "${{ matrix.flags }} -mfloat-abi=softfp -mfpu=vfpv3-d16"
cflags: "-mfloat-abi=softfp -mfpu=vfpv3-d16"
- name: arm64
arch: arm64-v8a
flags: "${{ matrix.flags }} -mfix-cortex-a53-835769"
cflags: "-mfix-cortex-a53-835769"
- name: x86
arch: x86
- name: x64
@ -73,7 +73,6 @@ jobs:
- name: build raylib
env:
version: ${{ needs.build.outputs.version }}
CFLAGS: ${{ matrix.flags }}
run: |
curl -Lso raylib.zip https://github.com/raysan5/raylib/archive/refs/tags/${version}.zip
unzip -qq raylib.zip