Ray
5 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
3 aggiunte e
1 eliminazioni
-
.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 |
|
|
|
|