Skip to content

Commit

Permalink
shorter name
Browse files Browse the repository at this point in the history
  • Loading branch information
otavepto committed May 21, 2024
1 parent 3f68c5a commit 01f4ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/emu-build-all-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/emu-build-all-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 01f4ee8

Please sign in to comment.