Skip to content

Commit

Permalink
Use conan profile during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BentouDev committed Feb 11, 2024
1 parent ca2b9e4 commit 8007e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: turtlebrowser/[email protected]
- name: Add Conan remote
run: conan remote add DEPS_REMOTE ${{ secrets.CONAN_REMOTE_URL }}
- name: Detect profile
run: conan profile detect
- name: Initialize conan
run: conan config install profiles/windows_msvc -tf profiles

- name: Cache Conan packages
id: cache-conan
Expand All @@ -40,7 +40,7 @@ jobs:
uses: bentoudev/zet-cpp-build@main

- name: Create conan package
run: conan create . --user=bentou --channel=stable
run: conan create . --user=bentou --channel=stable -pr:b=windows_msvc -pr:h=windows_msvc

- name: Regen test
run: ./test_regen.bat
Expand Down

0 comments on commit 8007e88

Please sign in to comment.