v2.1.0 #3

Merged
blizzardfinnegan merged 42 commits from devel into stable 2023-06-09 10:08:34 -04:00
Showing only changes of commit e5684c7555 - Show all commits

View file

@ -4,7 +4,7 @@ name: Check-Build
jobs:
amd_check:
name: x86_64 Check
name: x86_64-Check
runs-on: [ self-hosted,x64 ]
steps:
- name: Checkout repo code
@ -18,7 +18,7 @@ jobs:
# with:
# command: check
arm_check:
name: ARM64 Check
name: ARM64-Check
runs-on: [ self-hosted,arm64 ]
steps:
- name: Checkout repo code