Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas authored Oct 17, 2024
1 parent dcd0a9a commit 5bdcad5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
run: |
export CMAKE_BUILD_PARALLEL_LEVEL=4
mkdir build
cd sln
cmake \
-A x64 \
-B ${PWD}/build
Expand All @@ -35,7 +34,6 @@ jobs:
run: |
export CMAKE_BUILD_PARALLEL_LEVEL=4
mkdir build
cd sln
cmake \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
Expand Down

0 comments on commit 5bdcad5

Please sign in to comment.