Skip to content

Commit

Permalink
testing yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coreyboy1820 committed Jan 12, 2024
1 parent c2a2976 commit 6a1ff1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:


- name: Setting up conan profile
run: conan profile detect --force
run: conan config install -sf profiles/${{matrix.profile_name}}/ -tf profiles https://github.com/libhal/conan-config.git
run: conan config install -sf conan/profiles/ -tf profiles https://github.com/libhal/libhal-armcortex.git
run: conan config install -sf conan/profiles/ -tf profiles https://github.com/libhal/libhal-lpc40.git
run: conan profile detect --force;
conan config install -sf profiles/${{matrix.profile_name}}/ -tf profiles https://github.com/libhal/conan-config.git;
conan config install -sf conan/profiles/ -tf profiles https://github.com/libhal/libhal-armcortex.git;
conan config install -sf conan/profiles/ -tf profiles https://github.com/libhal/libhal-lpc40.git;

- name: Build drive
working-directory: drive
Expand Down

0 comments on commit 6a1ff1e

Please sign in to comment.