Ray
5 vuotta sitten
committed by
GitHub
vanhempi
commit
f3091185ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
3 lisäystä ja
1 poistoa
-
.github/workflows/linux.yml
|
|
|
@ -13,11 +13,13 @@ jobs: |
|
|
|
include: |
|
|
|
- bits: 32 |
|
|
|
ARCH: "x86" |
|
|
|
ARCH_NAME: "i386" |
|
|
|
- bits: 64 |
|
|
|
ARCH: "x64" |
|
|
|
ARCH_NAME: "amd64" |
|
|
|
|
|
|
|
env: |
|
|
|
RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH }} |
|
|
|
RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH_NAME }} |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout code |
|
|
|
|