Skip to content

Commit

Permalink
Update workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Dec 24, 2024
1 parent 04f03cd commit d011a31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: turtlebrowser/get-conan@main
with:
version: 2.11.0
- name: Add conan remote
run: conan remote add zenden2k https://conan.svistunov.dev
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/Build
- name: Configure CMake
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
uses: turtlebrowser/get-conan@main
with:
version: 2.11.0
- name: Add conan remote
run: conan remote add zenden2k https://conan.svistunov.dev
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/Build
- name: Configure CMake
Expand Down

0 comments on commit d011a31

Please sign in to comment.