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 8a4a244 commit c93a793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Install latest conan
run: |
python -m pip install --upgrade pip
pip install conan
conan profile detect
pip3 install conan==1.57.0
- 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 c93a793

Please sign in to comment.