Skip to content

Commit d162e89

Browse files
committed
Fix dioxus build
1 parent 1e1d740 commit d162e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
EOF
8888
export PKG_CONFIG_ALLOW_CROSS=1
8989
export PKG_CONFIG_PATH=/usr/lib/${{ matrix.debian_lib_arch }}-linux-gnu/pkgconfig
90-
cargo build --release --target ${{ matrix.rust_arch }} --features optimizations
90+
cargo build --release --target ${{ matrix.rust_arch }}
9191
mv target/${{ matrix.rust_arch }}/release/dx target/dx.${{ matrix.docker_arch }}
9292
9393
- name: Upload artifacts

0 commit comments

Comments
 (0)