We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d3b51 commit a948535Copy full SHA for a948535
.github/workflows/rust.yml
@@ -84,11 +84,11 @@ jobs:
84
target:
85
- x86_64-apple-darwin
86
- x86_64-pc-windows-msvc
87
- - x86_64-unknown-linux-gnu
+# - x86_64-unknown-linux-gnu
88
include:
89
- - target: x86_64-unknown-linux-gnu
90
- os: ubuntu-20.04
91
- name: image-editor-linux.tar.gz
+# - target: x86_64-unknown-linux-gnu
+# os: ubuntu-20.04
+# name: image-editor-linux.tar.gz
92
- target: x86_64-apple-darwin
93
os: macOS-latest
94
name: image-editor-mac.tar.gz
0 commit comments