Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Nov 27, 2023
1 parent a802991 commit 26be36b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26be36b

Please sign in to comment.