@@ -382,7 +382,7 @@ jobs:
382
382
383
383
# Step: Download and extract install directory
384
384
- name : Download and extract install directory
385
-
385
+
386
386
with :
387
387
name : install-windows-x64
388
388
path : install
@@ -442,7 +442,7 @@ jobs:
442
442
443
443
# Step: Download and extract install directory
444
444
- name : Download and extract install directory
445
-
445
+
446
446
with :
447
447
name : install-windows-clang-x64
448
448
path : install
@@ -492,7 +492,7 @@ jobs:
492
492
493
493
# Step: Download and extract install directory
494
494
- name : Download and extract install directory
495
-
495
+
496
496
with :
497
497
name : install-macos-x64
498
498
path : install
@@ -552,7 +552,7 @@ jobs:
552
552
553
553
# Step: Download and extract install directory
554
554
- name : Download and extract install directory
555
-
555
+
556
556
with :
557
557
name : install-macos-gcc-x64
558
558
path : install
@@ -624,7 +624,7 @@ jobs:
624
624
625
625
# Step: Download and extract install directory
626
626
- name : Download and extract install directory
627
-
627
+
628
628
with :
629
629
name : install-linux-clang-x64
630
630
path : install
@@ -697,7 +697,7 @@ jobs:
697
697
698
698
# Step: Download and extract install directory
699
699
- name : Download and extract install directory
700
-
700
+
701
701
with :
702
702
name : install-linux-gcc-x64
703
703
path : install
@@ -745,42 +745,42 @@ jobs:
745
745
746
746
# Step: Download all test results (Windows x64)
747
747
- name : Download all test results (Windows x64)
748
-
748
+
749
749
with :
750
750
name : results-windows-x64
751
751
path : results/windows-x64
752
752
753
753
# Step: Download all test results (Windows Clang x64)
754
754
- name : Download all test results (Windows Clang x64)
755
-
755
+
756
756
with :
757
757
name : results-windows-clang-x64
758
758
path : results/windows-clang-x64
759
759
760
760
# Step: Download all test results (macOS x64)
761
761
- name : Download all test results (macOS x64)
762
-
762
+
763
763
with :
764
764
name : results-macos-x64
765
765
path : results/macos-x64
766
766
767
767
# Step: Download all test results (macOS GCC x64)
768
768
- name : Download all test results (macOS GCC x64)
769
-
769
+
770
770
with :
771
771
name : results-macos-gcc-x64
772
772
path : results/macos-gcc-x64
773
773
774
774
# Step: Download all test results (Linux Clang x64)
775
775
- name : Download all test results (Linux Clang x64)
776
-
776
+
777
777
with :
778
778
name : results-linux-clang-x64
779
779
path : results/linux-clang-x64
780
780
781
781
# Step: Download all test results (Linux GCC x64)
782
782
- name : Download all test results (Linux GCC x64)
783
-
783
+
784
784
with :
785
785
name : results-linux-gcc-x64
786
786
path : results/linux-gcc-x64
0 commit comments