Skip to content

Commit

Permalink
preparation for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Jun 3, 2024
1 parent 46fb0bb commit 7290ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-conan-branch-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo apt-get install -y jq python3 python3-pip
- name: Add repos for for gcc-13 and clang-16,17
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

- name: Ensure stdlib version
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
uses: rui314/setup-mold@v1

- name: Install 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
with:
conan-version: ${{ inputs.conan-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sudo apt-get install -y jq python3 python3-pip
- name: Add repos for for gcc-13 and clang-16,17
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

- name: Ensure stdlib version
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
uses: rui314/setup-mold@v1

- name: Install 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
with:
conan-version: ${{ inputs.conan-version }}

Expand Down

0 comments on commit 7290ac9

Please sign in to comment.