浏览代码
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 |
|
|
|