We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1657acb commit 7cc8281Copy full SHA for 7cc8281
.github/workflows/cpp-clang.yml
@@ -13,12 +13,12 @@ jobs:
13
14
steps:
15
- name: Update
16
- if: ${{ env.ACT }}
+ # if: ${{ env.ACT }}
17
run: sudo apt -y update && sudo apt -y install python3 clang cmake
18
- name: Install libc++
19
run: sudo apt -y install libc++-14-dev libc++abi-14-dev
20
- name: Install pip3
21
22
run: curl https://bootstrap.pypa.io/get-pip.py >get-pip.py && python3 get-pip.py
23
- name: Install Conan
24
id: conan
0 commit comments