Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 14, 2024
1 parent b4a628d commit a9102b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Conan
uses: turtlebrowser/get-conan@main
- name: Create a conan dir
run: mkdir -p ~/.conan2
- name: Cache conan packages
id: cache-conan
uses: actions/cache@v3
Expand Down Expand Up @@ -61,8 +59,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Conan
uses: turtlebrowser/get-conan@main
- name: Create a conan dir
run: mkdir -p ~/.conan2
- name: Cache conan packages
id: cache-conan
uses: actions/cache@v3
Expand Down

0 comments on commit a9102b8

Please sign in to comment.