mirror of
https://github.com/yquake2/xatrix.git
synced 2025-02-20 19:12:14 +00:00
Fix a typo.
This commit is contained in:
parent
28d4e362ed
commit
6ca882da1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux_x86_64.yml
vendored
2
.github/workflows/linux_x86_64.yml
vendored
|
@ -14,7 +14,7 @@ concurrency:
|
||||||
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build_ubuntu_x84_64:
|
build_ubuntu_x86_64:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue