We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dac0e commit fded953Copy full SHA for fded953
.github/workflows/build-arloor.yml
@@ -24,7 +24,7 @@ jobs:
24
extra_deps: gcc
25
args: --bin sslocal --features https-tunnel
26
apt_mirror: mirrors.mit.edu
27
- rust_flags: -C target-feature=+crt-static
+ # rust_flags: -C target-feature=+crt-static
28
- name: create master release
29
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
30
env:
0 commit comments