Skip to content

Commit cb2b403

Browse files
committed
build: remove invalid option
1 parent 13677ac commit cb2b403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install
5050
env:
5151
CC: clang
52-
CXX: clang++ -static-libgcc -static-libstdc++
52+
CXX: clang++ -static-libstdc++
5353
npm_config_clang: 1
5454
GYP_DEFINES: use_obsolete_asm=true
5555
NODEGIT_OPENSSL_STATIC_LINK: 1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install
7373
env:
7474
CC: clang
75-
CXX: clang++ -static-libgcc -static-libstdc++
75+
CXX: clang++ -static-libstdc++
7676
npm_config_clang: 1
7777
GYP_DEFINES: use_obsolete_asm=true
7878
NODEGIT_OPENSSL_STATIC_LINK: 1

0 commit comments

Comments
 (0)