We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fba1941 + 9e9ca02 commit 94da4aaCopy full SHA for 94da4aa
1 file changed
.github/workflows/utils-strict-ci.yml
@@ -64,7 +64,7 @@ jobs:
64
compiler: [clang, gcc]
65
header_only: [ON, OFF]
66
examples: [ON, OFF]
67
- provider: [system, fallback]
+ provider: [system]
68
69
steps:
70
- name: Checkout utils repository
@@ -77,12 +77,6 @@ jobs:
77
sudo apt-get update -y
78
sudo apt-get install -y $DEPS
79
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
-
86
- name: Select compiler
87
run: |
88
if [ "${{ matrix.compiler }}" = "clang" ]; then
0 commit comments