diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cc6724..b10bf72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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