We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a90004 commit 5a5c2a3Copy full SHA for 5a5c2a3
.github/workflows/general.yml
@@ -50,12 +50,12 @@ jobs:
50
with:
51
command: build
52
args: --target x86_64-apple-darwin
53
- # ******************************************************************
54
- - name: Download - CPU, i686-pc-windows-msvc
55
- uses: actions-rs/cargo@v1
56
- with:
57
- command: build
58
- args: --target i686-pc-windows-msvc
+ # # ******************************************************************
+ # - name: Download - CPU, i686-pc-windows-msvc
+ # uses: actions-rs/cargo@v1
+ # with:
+ # command: build
+ # args: --target i686-pc-windows-msvc
59
# ******************************************************************
60
- name: Download - CPU, x86_64-pc-windows-msvc
61
uses: actions-rs/cargo@v1
0 commit comments