Skip to content

Commit

Permalink
main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Jun 3, 2024
1 parent 21a9704 commit ea7b009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# setup env
- name: Add repos for for gcc-13 and clang-16
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/setup_apt@feature/conan2_utils
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/setup_apt@main

- name: Install tools
run: |
Expand All @@ -51,7 +51,7 @@ jobs:
uses: rui314/setup-mold@v1

- name: Configure conan
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/configure_conan@feature/conan2_utils
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/configure_conan@main
with:
conan-version: 2.3.1

Expand All @@ -70,7 +70,7 @@ jobs:
uses: actions/[email protected]

- name: Get dependency provider
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/add_conan_provider@feature/conan2_utils
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/add_conan_provider@main

- name: Configure CMake
env:
Expand Down

0 comments on commit ea7b009

Please sign in to comment.