瀏覽代碼
Update linux.yml
pull/1357/head
Ray
5 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 |
|
|
|
|