Skip to content

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vaiorabbit committed Apr 13, 2024
1 parent aba8004 commit e6096ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ on:
required: false

jobs:
call-build-linux:
uses: ./.github/workflows/linux.yml
call-build-linux-cross:
needs: call-build-linux
uses: ./.github/workflows/linux_cross.yml
call-build-macos:
needs: call-build-linux-cross
uses: ./.github/workflows/macos.yml
call-build-windows:
needs: call-build-macos
uses: ./.github/workflows/windows.yml
call-build-linux:
uses: ./.github/workflows/linux.yml
call-build-linux-cross:
needs: call-build-linux
uses: ./.github/workflows/linux_cross.yml

0 comments on commit e6096ad

Please sign in to comment.