Skip to content

Commit

Permalink
[ci] Fix build features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 14, 2019
1 parent 4f7c897 commit ee0cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target ${{ matrix.target }} --features="gcs,s3"
args: --release --target ${{ matrix.target }} --features=gcs,s3
- name: Package
shell: bash
run: |
Expand Down

0 comments on commit ee0cdab

Please sign in to comment.