Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 28, 2023
1 parent 88d9953 commit f5fa029
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Conan
uses: conan-io/conan-setup-python@v2
with:
python-version: 3.12
conan-version: 2.0.13
run: pip install conan

- name: Set Conan Folder
run: conan config set storage.path=${{ github.workspace }}\packages

- name: Install Dependencies
run: conan install . -if build
run: conan install . --output-folder=build --build=missing

0 comments on commit f5fa029

Please sign in to comment.