From 0889ca71dec79888891e8a082bd46a13ef01cf54 Mon Sep 17 00:00:00 2001 From: David Heejong Park Date: Wed, 14 Feb 2024 16:49:36 +0100 Subject: [PATCH] Updating actions --- .github/workflows/ci-conan.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 778a799b..82e2093b 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -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 @@ -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 @@ -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/*' \ No newline at end of file