Sfoglia il codice sorgente

Update linux.yml

pull/1357/head
Ray 5 anni fa
committed by GitHub
parent
commit
f3091185ca
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
  1. +3
    -1
      .github/workflows/linux.yml

+ 3
- 1
.github/workflows/linux.yml Vedi File

@ -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

Caricamento…
Annulla
Salva