瀏覽代碼
Update linux.yml
pull/1357/head
Ray
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
3 行新增 和
1 行删除
-
.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 |
|
|
|