Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed May 27, 2024
1 parent c736575 commit 1b3b136
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ jobs:
- name: Install linker
uses: rui314/setup-mold@v1

- name: Get dependency provider
run: |
sudo apt-get install -y wget
wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
- name: Configure conan
run: |
pip3 install conan==2.3.0
Expand Down Expand Up @@ -85,6 +78,12 @@ jobs:

- uses: actions/checkout@v3

- name: Get dependency provider
run: |
sudo apt-get install -y wget
wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=On -DBUILD_EXAMPLES=On -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake -G Ninja -B build .
env:
Expand Down

0 comments on commit 1b3b136

Please sign in to comment.