Skip to content

Commit

Permalink
sed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Jul 1, 2024
1 parent 2198a51 commit f242808
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
run: |
yarn global add node-gyp@latest
- name: sed it
if: runner.os == 'Windows'
shell: bash
run: |
sed -i "s/target_compile_options(oxen-logging-warnings INTERFACE/#target_compile_options(oxen-logging-warnings INTERFACE/" libsession-util/external/oxen-libquic/external/oxen-logging/CMakeLists.txt
cat libsession-util/external/oxen-libquic/external/oxen-logging/CMakeLists.txt
- name: build libsession-util-nodejs
shell: bash
continue-on-error: true
Expand Down

0 comments on commit f242808

Please sign in to comment.