Skip to content

Commit 13ae95e

Browse files
committed
Fix CI
1 parent 65219b2 commit 13ae95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: cargo fetch
108108
run: cargo fetch --target ${{ matrix.target }}
109109
- name: Release build
110-
run: cargo build --release --target ${{ matrix.target }} --features=gcs,s3,fs,blob
110+
run: cargo build --release --target ${{ matrix.target }} --features=gcs,s3,blob
111111
- name: Package
112112
shell: bash
113113
env:

0 commit comments

Comments
 (0)