mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-25 22:19:17 +00:00
ci: use pip3 for python
This commit is contained in:
parent
3b4ccc006d
commit
6cc8790055
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: install install
|
||||
run: pip install conan
|
||||
- name: install conan
|
||||
run: pip3 install conan
|
||||
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue