Skip to content

Commit

Permalink
have github run all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tux committed May 29, 2022
1 parent 1657acb commit 7cc8281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Update
if: ${{ env.ACT }}
# if: ${{ env.ACT }}
run: sudo apt -y update && sudo apt -y install python3 clang cmake
- name: Install libc++
run: sudo apt -y install libc++-14-dev libc++abi-14-dev
- name: Install pip3
if: ${{ env.ACT }}
# if: ${{ env.ACT }}
run: curl https://bootstrap.pypa.io/get-pip.py >get-pip.py && python3 get-pip.py
- name: Install Conan
id: conan
Expand Down

0 comments on commit 7cc8281

Please sign in to comment.