Skip to content

Commit 7cc8281

Browse files
committed
have github run all steps
1 parent 1657acb commit 7cc8281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Update
16-
if: ${{ env.ACT }}
16+
# if: ${{ env.ACT }}
1717
run: sudo apt -y update && sudo apt -y install python3 clang cmake
1818
- name: Install libc++
1919
run: sudo apt -y install libc++-14-dev libc++abi-14-dev
2020
- name: Install pip3
21-
if: ${{ env.ACT }}
21+
# if: ${{ env.ACT }}
2222
run: curl https://bootstrap.pypa.io/get-pip.py >get-pip.py && python3 get-pip.py
2323
- name: Install Conan
2424
id: conan

0 commit comments

Comments
 (0)