Skip to content

Commit

Permalink
Remove conan installation steps from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Jun 16, 2024
1 parent 506b907 commit d92dcb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
- uses: actions/checkout@main
with:
submodules: true
- uses: actions/setup-python@main
with:
python-version: '3.11'
- uses: LunarWatcher/install-conan@master
- name: Build
run: |
mkdir build && cd build
Expand Down

0 comments on commit d92dcb3

Please sign in to comment.