Skip to content

Commit fe43385

Browse files
committed
fixed codeQL action cache
1 parent 1863726 commit fe43385

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/code_ql_analysis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050

51-
- name: Setup Cache
52-
uses: ./.github/actions/setup_cache
53-
with:
54-
compiler: ${{ matrix.compiler }}
55-
build_type: ${{ matrix.build_type }}
56-
packaging_maintainer_mode: ${{ matrix.packaging_maintainer_mode }}
57-
generator: ${{ matrix.generator }}
58-
5951
- name: Setup Cpp
6052
uses: aminya/setup-cpp@v1
6153
with:

0 commit comments

Comments
 (0)