Skip to content

Commit

Permalink
fix build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 25, 2020
1 parent 49f3cb9 commit b39f773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
push:
# Enable when testing release infrastructure on a branch.
branches:
- release
- release
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
Expand Down Expand Up @@ -75,7 +75,8 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
# build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
build: [linux, linux-arm, macos]
include:
- build: linux
os: ubuntu-18.04
Expand Down

0 comments on commit b39f773

Please sign in to comment.