File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383 matrix :
8484 os : [ windows-latest, ubuntu-latest ]
8585 compiler : [ clang, msvc, gcc ]
86- configuration : [ Debug, Release ]
86+ std_iter_compatibility : [ std_iter_category_disabled, std_iter_category_enabled ]
8787 exclude :
8888 - os : windows-latest
8989 compiler : gcc
@@ -125,7 +125,7 @@ jobs:
125125 - name : Download a Build Artifact
126126 uses : actions/download-artifact@v4
127127 with :
128- name : Binaries-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.configuration }}-${{ matrix.std_iter_compatibility }}
128+ name : Binaries-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.configuration }}-std_iter_category_disabled
129129 path : Binaries/
130130 - if : matrix.os == 'ubuntu-latest'
131131 run : chmod 755 ./Binaries/benchmark/EASTLBenchmarks
You can’t perform that action at this time.
0 commit comments