Skip to content

Commit 94da4aa

Browse files
committed
fix(ci): remove unsupported fallback provider from utils workflow
2 parents fba1941 + 9e9ca02 commit 94da4aa

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/utils-strict-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
compiler: [clang, gcc]
6565
header_only: [ON, OFF]
6666
examples: [ON, OFF]
67-
provider: [system, fallback]
67+
provider: [system]
6868

6969
steps:
7070
- name: Checkout utils repository
@@ -77,12 +77,6 @@ jobs:
7777
sudo apt-get update -y
7878
sudo apt-get install -y $DEPS
7979
80-
- name: Remove system spdlog and fmt for fallback mode
81-
if: matrix.provider == 'fallback'
82-
run: |
83-
sudo apt-get remove -y libspdlog-dev libfmt-dev || true
84-
dpkg -l | grep -E 'spdlog|fmt' || true
85-
8680
- name: Select compiler
8781
run: |
8882
if [ "${{ matrix.compiler }}" = "clang" ]; then

0 commit comments

Comments
 (0)