Skip to content

Commit

Permalink
build: build only macos, Ubuntu fails
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Sep 10, 2021
1 parent b917136 commit dbdc306
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-rust-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
ASSET_PATH: 'build/dist/rust-1.55.0-dev-x86_64-apple-darwin.tar.xz'
ASSET_NAME: 'rust-1.55.0-dev-x86_64-x86_64-apple-darwin.tar.xz'
ASSET_CONTENT_TYPE: 'application/x-tar'
- os: ubuntu-18.04
ARCH: ''
TARGET: linux-x64
ASSET_PATH: 'build/dist/rust-1.55.0-dev-x86_64-unknown-linux-gnu.tar.xz'
ASSET_NAME: 'rust-1.55.0-dev-x86_64-unknown-linux-gnu.tar.xz'
ASSET_CONTENT_TYPE: 'application/x-tar'
#- os: ubuntu-18.04
# ARCH: ''
# TARGET: linux-x64
# ASSET_PATH: 'build/dist/rust-1.55.0-dev-x86_64-unknown-linux-gnu.tar.xz'
# ASSET_NAME: 'rust-1.55.0-dev-x86_64-unknown-linux-gnu.tar.xz'
# ASSET_CONTENT_TYPE: 'application/x-tar'
#- os: windows-latest
# ARCH: ''
# TARGET: win-x64
Expand Down

0 comments on commit dbdc306

Please sign in to comment.