Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr authored Jul 19, 2024
1 parent 21c9c60 commit cf0f147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_SYSTEM_PROCESSOR =${{ matrix.arch }}
-DCMAKE_SYSTEM_PROCESSOR=${{ matrix.arch }}
-S ${{ github.workspace }}
- name: Build
Expand Down

0 comments on commit cf0f147

Please sign in to comment.