Update build.yml
This commit is contained in:
parent
11907c410f
commit
8e2ee09625
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -58,10 +58,10 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- name: arm
|
- name: arm
|
||||||
arch: armeabi-v7a
|
arch: armeabi-v7a
|
||||||
flags: "${{ matrix.flags }} -mfloat-abi=softfp -mfpu=vfpv3-d16"
|
cflags: "-mfloat-abi=softfp -mfpu=vfpv3-d16"
|
||||||
- name: arm64
|
- name: arm64
|
||||||
arch: arm64-v8a
|
arch: arm64-v8a
|
||||||
flags: "${{ matrix.flags }} -mfix-cortex-a53-835769"
|
cflags: "-mfix-cortex-a53-835769"
|
||||||
- name: x86
|
- name: x86
|
||||||
arch: x86
|
arch: x86
|
||||||
- name: x64
|
- name: x64
|
||||||
|
|
@ -73,7 +73,6 @@ jobs:
|
||||||
- name: build raylib
|
- name: build raylib
|
||||||
env:
|
env:
|
||||||
version: ${{ needs.build.outputs.version }}
|
version: ${{ needs.build.outputs.version }}
|
||||||
CFLAGS: ${{ matrix.flags }}
|
|
||||||
run: |
|
run: |
|
||||||
curl -Lso raylib.zip https://github.com/raysan5/raylib/archive/refs/tags/${version}.zip
|
curl -Lso raylib.zip https://github.com/raysan5/raylib/archive/refs/tags/${version}.zip
|
||||||
unzip -qq raylib.zip
|
unzip -qq raylib.zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue