Skip to content

Commit

Permalink
[ci] Restore rust flags for build SM in CI (#13281)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Dec 11, 2023
1 parent 0720bbd commit 2d73f13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-selenium-manager.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
win32:
name: "[Windows x32] Build selenium-manager"
runs-on: windows-latest
env:
RUSTFLAGS: '-Ctarget-feature=+crt-static'
steps:
- name: "Checkout project"
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,6 +97,8 @@ jobs:
macos64:
name: "[macOS x64/arm64] Build selenium-manager"
runs-on: macos-latest
env:
RUSTFLAGS: '-Ctarget-feature=+crt-static'
steps:
- name: "Checkout project"
uses: actions/checkout@v4
Expand Down

0 comments on commit 2d73f13

Please sign in to comment.