Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ToffyMTA authored Aug 26, 2024
1 parent 6eeb7a9 commit 4211920
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install conan
conan profile new default --detect
conan profile update settings.compiler.version=15 default
conan profile detect
- name: Generate build files
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32
Expand Down Expand Up @@ -90,8 +89,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install conan
conan profile new default --detect
conan profile update settings.compiler.version=15 default
conan profile detect
- name: Generate build files
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32
Expand Down

0 comments on commit 4211920

Please sign in to comment.