Skip to content

Commit 2d73f13

Browse files
authored
[ci] Restore rust flags for build SM in CI (#13281)
1 parent 0720bbd commit 2d73f13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-selenium-manager.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
win32:
1313
name: "[Windows x32] Build selenium-manager"
1414
runs-on: windows-latest
15+
env:
16+
RUSTFLAGS: '-Ctarget-feature=+crt-static'
1517
steps:
1618
- name: "Checkout project"
1719
uses: actions/checkout@v4
@@ -95,6 +97,8 @@ jobs:
9597
macos64:
9698
name: "[macOS x64/arm64] Build selenium-manager"
9799
runs-on: macos-latest
100+
env:
101+
RUSTFLAGS: '-Ctarget-feature=+crt-static'
98102
steps:
99103
- name: "Checkout project"
100104
uses: actions/checkout@v4

0 commit comments

Comments
 (0)