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 e4cde01 commit eef0754Copy full SHA for eef0754
.github/workflows/Release.yml
@@ -18,13 +18,13 @@ jobs:
18
- uses: actions-rs/toolchain@v1
19
with:
20
toolchain: stable
21
- target: stable-x86_64-unknown-linux-gnu
+# target: stable-x86_64-unknown-linux-gnu
22
override: true
23
- uses: actions-rs/cargo@v1
24
25
use-cross: true
26
command: build
27
- args: --release --target=stable-x86_64-unknown-linux-gnu
+ args: --release
28
29
# - name: Create a Release
30
# uses: actions/create-release@v1
0 commit comments