Skip to content

Commit

Permalink
disable linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grepinsight committed Dec 30, 2020
1 parent a6059d2 commit 3622e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-gnu
# - x86_64-unknown-linux-gnu
- x86_64-apple-darwin
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
name: hsearch-x86_64-unknown-linux-gnu.tar.gz
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-latest
# name: hsearch-x86_64-unknown-linux-gnu.tar.gz
- target: x86_64-apple-darwin
os: macOS-latest
name: hsearch-x86_64-apple-darwin.tar.gz
Expand Down

0 comments on commit 3622e6c

Please sign in to comment.