Skip to content

Commit

Permalink
Ignore architecture for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed Dec 3, 2023
1 parent 2f8c748 commit e1af68f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
arch: x64
- os: ubuntu-latest
c_compiler: cl
arch: Win32

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1af68f

Please sign in to comment.