Skip to content

Commit

Permalink
build: remove invalid option
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJerred committed Mar 19, 2024
1 parent 13677ac commit cb2b403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install
env:
CC: clang
CXX: clang++ -static-libgcc -static-libstdc++
CXX: clang++ -static-libstdc++
npm_config_clang: 1
GYP_DEFINES: use_obsolete_asm=true
NODEGIT_OPENSSL_STATIC_LINK: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install
env:
CC: clang
CXX: clang++ -static-libgcc -static-libstdc++
CXX: clang++ -static-libstdc++
npm_config_clang: 1
GYP_DEFINES: use_obsolete_asm=true
NODEGIT_OPENSSL_STATIC_LINK: 1
Expand Down

0 comments on commit cb2b403

Please sign in to comment.