Skip to content

Commit da63141

Browse files
committed
Rename steps
1 parent 373af96 commit da63141

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/general.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,56 +39,56 @@ jobs:
3939
- run: rustup target install i686-pc-windows-msvc
4040
- run: rustup target install x86_64-pc-windows-msvc
4141
# ******************************************************************
42-
- name: Download - CPU, x86_64-unknown-linux-gnu
42+
- name: Download prebuilt archive (CPU, x86_64-unknown-linux-gnu)
4343
uses: actions-rs/cargo@v1
4444
with:
4545
command: build
4646
args: --target x86_64-unknown-linux-gnu
47-
- name: Verify - CPU, x86_64-unknown-linux-gnu
47+
- name: Verify prebuilt archive downloaded (CPU, x86_64-unknown-linux-gnu)
4848
run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-linux-x64-1.*.tgz
4949
# ******************************************************************
50-
- name: Download - CPU, x86_64-apple-darwin
50+
- name: Download prebuilt archive (CPU, x86_64-apple-darwin)
5151
uses: actions-rs/cargo@v1
5252
with:
5353
command: build
5454
args: --target x86_64-apple-darwin
55-
- name: Verify - CPU, x86_64-apple-darwin
55+
- name: Verify prebuilt archive downloaded (CPU, x86_64-apple-darwin)
5656
run: ls -lh target/x86_64-apple-darwin/debug/build/onnxruntime-sys-*/out/onnxruntime-osx-x64-1.*.tgz
5757
# # ******************************************************************
58-
# - name: Download - CPU, i686-pc-windows-msvc
58+
# - name: Download prebuilt archive (CPU, i686-pc-windows-msvc)
5959
# uses: actions-rs/cargo@v1
6060
# with:
6161
# command: build
6262
# args: --target i686-pc-windows-msvc
63-
# - name: Verify - CPU, i686-pc-windows-msvc
63+
# - name: Verify prebuilt archive downloaded (CPU, i686-pc-windows-msvc)
6464
# run: ls -lh target/i686-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x86-1.*.zip
6565
# ******************************************************************
66-
- name: Download - CPU, x86_64-pc-windows-msvc
66+
- name: Download prebuilt archive (CPU, x86_64-pc-windows-msvc)
6767
uses: actions-rs/cargo@v1
6868
with:
6969
command: build
7070
args: --target x86_64-pc-windows-msvc
71-
- name: Verify - CPU, x86_64-pc-windows-msvc
71+
- name: Verify prebuilt archive downloaded (CPU, x86_64-pc-windows-msvc)
7272
run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-1.*.zip
7373
# ******************************************************************
74-
- name: Download - GPU, x86_64-unknown-linux-gnu
74+
- name: Download prebuilt archive (GPU, x86_64-unknown-linux-gnu)
7575
uses: actions-rs/cargo@v1
7676
env:
7777
ORT_USE_CUDA: "yes"
7878
with:
7979
command: build
8080
args: --target x86_64-unknown-linux-gnu
81-
- name: Verify - CPU, x86_64-unknown-linux-gnu
81+
- name: Verify prebuilt archive downloaded (CPU, x86_64-unknown-linux-gnu)
8282
run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-win-linux-gpu-1.*.zip
8383
# ******************************************************************
84-
- name: Download - GPU, x86_64-pc-windows-msvc
84+
- name: Download prebuilt archive (GPU, x86_64-pc-windows-msvc)
8585
uses: actions-rs/cargo@v1
8686
env:
8787
ORT_USE_CUDA: "yes"
8888
with:
8989
command: build
9090
args: --target x86_64-pc-windows-msvc
91-
- name: Verify - CPU, x86_64-pc-windows-msvc
91+
- name: Verify prebuilt archive downloaded (CPU, x86_64-pc-windows-msvc)
9292
run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-gpu-1.*.zip
9393

9494
test:

0 commit comments

Comments
 (0)