From 26be36b1d70ff2823eb6864a00fe752941a842c2 Mon Sep 17 00:00:00 2001 From: David Heejong Park Date: Mon, 27 Nov 2023 21:47:41 +0100 Subject: [PATCH] Github action update --- .github/workflows/build-and-test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b8f2ac4..acb684b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,12 +19,6 @@ jobs: run: | conan profile detect conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force - - name: Cache conan - id: cache-conan - uses: actions/cache@v3 - with: - path: $HOME/.conan2 - key: ${{ matrix.os }} - name: Install dependencies run: conan install --build=missing --output-folder=build -s build_type=${{ matrix.build_type }} . - name: Generate build system @@ -57,12 +51,6 @@ jobs: run: | conan profile detect conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force - - name: Cache conan - id: cache-conan - uses: actions/cache@v3 - with: - path: $HOME/.conan2 - key: ${{ matrix.os }} - name: Install dependencies run: conan install --build=missing --output-folder=build -s build_type=${{ matrix.build_type }} . - name: Generate build system