shorter name

This commit is contained in:
otavepto 2024-05-20 04:18:53 +03:00
parent 3f68c5ab12
commit 01f4ee87bf
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
uses: ./.github/workflows/emu-deps-linux.yml
builds-matrix-linux:
name: build
needs: [ deps ]
runs-on: ubuntu-22.04
if: ${{ !cancelled() }}

View File

@ -22,6 +22,7 @@ jobs:
uses: ./.github/workflows/emu-deps-win.yml
builds-matrix-win:
name: build
needs: [ deps ]
runs-on: windows-2022
if: ${{ !cancelled() }}