Skip to content

Commit

Permalink
change pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
skript023 committed Apr 18, 2024
1 parent 49ed9f5 commit 1a5ddec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install Conan
run: |
sudo pip install conan
sudo pip install conan==2.2.2
sudo conan config install https://bitbucket.org/telkom-workspace/gaboot-backend/downloads/config_linux.zip
- name: Install Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install Conan
run: |
pip install conan
sudo pip install conan==2.2.2
conan config install https://bitbucket.org/telkom-workspace/gaboot-backend/downloads/config.zip
- name: Install Package
Expand Down

0 comments on commit 1a5ddec

Please sign in to comment.