We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1d740 commit d162e89Copy full SHA for d162e89
.github/workflows/docker.yml
@@ -87,7 +87,7 @@ jobs:
87
EOF
88
export PKG_CONFIG_ALLOW_CROSS=1
89
export PKG_CONFIG_PATH=/usr/lib/${{ matrix.debian_lib_arch }}-linux-gnu/pkgconfig
90
- cargo build --release --target ${{ matrix.rust_arch }} --features optimizations
+ cargo build --release --target ${{ matrix.rust_arch }}
91
mv target/${{ matrix.rust_arch }}/release/dx target/dx.${{ matrix.docker_arch }}
92
93
- name: Upload artifacts
0 commit comments