Skip to content

Commit b8b1f19

Browse files
authored
Remove STLPort from C++ packaging workflow. (#407)
1 parent e7d6977 commit b8b1f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
strategy:
195195
fail-fast: false
196196
matrix:
197-
stl: ["c++", "gnustl", "stlport"]
197+
stl: ["c++", "gnustl"]
198198
steps:
199199
- name: fetch SDK
200200
uses: actions/[email protected]

0 commit comments

Comments
 (0)