File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
2525 default : " "
2626 conan_version :
2727 type : string
28- default : " 2.10 .1"
28+ default : " 2.16 .1"
2929 compiler_profile_url :
3030 type : string
3131 required : true
6666 repository : ${{ inputs.repo }}
6767
6868 - name : 📥 Install Conan ${{ inputs.conan_version }}
69- run : pip3 install conan==${{ inputs.conan_version }}
69+ run : pipx install conan==${{ inputs.conan_version }}
7070
7171 - name : 📡 Add `libhal` repo to conan remotes
7272 run : conan remote add libhal
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
2828 default : " "
2929 conan_version :
3030 type : string
31- default : " 2.10 .1"
31+ default : " 2.16 .1"
3232 compiler_profile_url :
3333 type : string
3434 required : true
6666 repository : ${{ inputs.repo }}
6767
6868 - name : 📥 Install Conan ${{ inputs.conan_version }}
69- run : pip3 install conan==${{ inputs.conan_version }}
69+ run : pipx install conan==${{ inputs.conan_version }}
7070
7171 - name : 📡 Add `libhal` repo to conan remotes
7272 run : conan remote add libhal
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
2525 default : ${{ github.repository }}
2626 conan_version :
2727 type : string
28- default : " 2.10 .1"
28+ default : " 2.16 .1"
2929 version :
3030 type : string
3131 default : " "
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
3030 default : " "
3131 conan_version :
3232 type : string
33- default : " 2.10 .1"
33+ default : " 2.16 .1"
3434
3535jobs :
3636 linux_x86_64_clang :
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
2525 default : ${{ github.repository }}
2626 conan_version :
2727 type : string
28- default : " 2.10 .1"
28+ default : " 2.16 .1"
2929 version :
3030 type : string
3131 default : " "
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
4040 default : ${{ github.repository }}
4141 conan_version :
4242 type : string
43- default : " 2.10 .1"
43+ default : " 2.16 .1"
4444
4545jobs :
4646 tests :
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
4747 submodules : true
4848 repository : ${{ inputs.repo }}
4949
50- - name : 📥 Install libclang-11-dev (for name style check)
51- shell : bash
52- run : sudo apt install libclang-11-dev
53-
5450 - name : 🌐 Downloading .clang-format from libhal
5551 run : wget https://raw.githubusercontent.com/libhal/libhal/main/.clang-format -O .clang-format
5652
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1- # Copyright 2024 Khalil Estell
1+ # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments