Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods authored May 18, 2024
1 parent dc2f170 commit 8e0b6c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ jobs:
uses: ./.github/workflows/Build-Linux-x64.yml
secrets: inherit

build_linux_x86:
name: Build Linux 32-bit
uses: ./.github/workflows/Build-Linux-x86.yml
secrets: inherit
needs: build_linux_x64

cloc:
name: Count Lines of Code
runs-on: ubuntu-latest
needs: build_linux_x64
needs: build_linux_x86

permissions:
contents: write
Expand Down

0 comments on commit 8e0b6c9

Please sign in to comment.