Skip to content

Commit a948535

Browse files
committed
Disable linux target
1 parent a6d3b51 commit a948535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
target:
8585
- x86_64-apple-darwin
8686
- x86_64-pc-windows-msvc
87-
- x86_64-unknown-linux-gnu
87+
# - x86_64-unknown-linux-gnu
8888
include:
89-
- target: x86_64-unknown-linux-gnu
90-
os: ubuntu-20.04
91-
name: image-editor-linux.tar.gz
89+
# - target: x86_64-unknown-linux-gnu
90+
# os: ubuntu-20.04
91+
# name: image-editor-linux.tar.gz
9292
- target: x86_64-apple-darwin
9393
os: macOS-latest
9494
name: image-editor-mac.tar.gz

0 commit comments

Comments
 (0)