Skip to content

Commit

Permalink
ci: do not cache our library
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 23, 2024
1 parent dc549a3 commit 5f95a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
/usr/local/include/opentelemetry
/usr/local/lib/cmake/opentelemetry-cpp
/usr/local/lib/libopentelemetry_*
!/usr/local/lib/libopentelemetry_exporter_syslog_logs.a
key: ${{ runner.os }}-opentelemetry-${{ env.OPENTELEMETRY_CPP_VERSION }}

- name: Set up ccache
Expand Down

0 comments on commit 5f95a87

Please sign in to comment.