Browse Source

Update linux.yml

pull/1357/head
Ray 4 years ago
committed by GitHub
parent
commit
f3091185ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/linux.yml

+ 3
- 1
.github/workflows/linux.yml View 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

Loading…
Cancel
Save