Skip to content

Commit fded953

Browse files
committed
refactor: comment out rust_flags in build workflow for clarity
1 parent 41dac0e commit fded953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-arloor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
extra_deps: gcc
2525
args: --bin sslocal --features https-tunnel
2626
apt_mirror: mirrors.mit.edu
27-
rust_flags: -C target-feature=+crt-static
27+
# rust_flags: -C target-feature=+crt-static
2828
- name: create master release
2929
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3030
env:

0 commit comments

Comments
 (0)