Skip to content

Commit

Permalink
Updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 14, 2024
1 parent d670e55 commit 0889ca7
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Create a conan dir
run: mkdir -p ~/.conan2
- name: Create a conan lock file
run: conan lock create -u .
- name: Cache conan packages
id: cache-conan
uses: actions/cache@v3
Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Create a conan dir
run: mkdir -p ~/.conan2
- name: Create a conan lock file
run: conan lock create -u .
- name: Cache conan packages
id: cache-conan
uses: actions/cache@v3
Expand Down Expand Up @@ -147,10 +147,4 @@ jobs:
--lockfile-out ~/.conan2/conan.lock \
.
- name: Conan upload
run: conan upload --confirm --remote=osp 'libcosim/*'
- name: Save cache
id: cache-conan-save
uses: actions/cache/save@v3
with:
path: ~/.conan2
key: ${{ runner.os }}-${{ matrix.build_type }}-${{ env.cache-name }}-${{ hashFiles('**/conan.lock') }}
run: conan upload --confirm --remote=osp 'libcosim/*'

0 comments on commit 0889ca7

Please sign in to comment.