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 88ae7c6 commit bb65299
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
name: Build Linux 64-bit
uses: ./.github/workflows/Build-Linux-x64.yml
secrets: inherit
continue-on-error: true


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

cloc:
name: Count Lines of Code
Expand Down

0 comments on commit bb65299

Please sign in to comment.