mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Update linux.yml
This commit is contained in:
parent
279182ca14
commit
f3091185ca
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user