Skip to content

Commit

Permalink
fix windows conan build version
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 1, 2023
1 parent 5a4f719 commit 57a3f68
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ jobs:
- name: Install compiler toolkit
run: ${{ matrix.dep_install_cmd }}

- name: Prefix version for development version
if: ${{ (github.ref == 'refs/heads/develop') }}
run: echo "VERSION_SUFFIX=$(echo ${GITHUB_RUN_ID})" >> $GITHUB_ENV

- name: Create profile
run: |
cd conan
Expand All @@ -212,8 +208,7 @@ jobs:
CONAN_SOURCE_DIR: ${{ github.workspace }}
run: |
cd conan
echo "VERSION_SUFFIX=$(echo ${GITHUB_RUN_ID})" >> $GITHUB_ENV
conan create . drift/develop --build=missing ${{ matrix.conan_tail }}
VERSION_SUFFIX=$(echo ${GITHUB_RUN_ID}) conan create . drift/develop --build=missing ${{ matrix.conan_tail }}
- name: Upload package
if: ${{ (github.ref == 'refs/heads/develop') || (startsWith(github.event.ref, 'refs/tags/v')) }}
Expand Down

0 comments on commit 57a3f68

Please sign in to comment.