Skip to content

Commit

Permalink
Don't bother with sed -i extensio
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 28, 2023
1 parent 153bc33 commit 0ef228d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cmake ..
cmake --build .
cmake --build . --target install
sed -i.bak "/typedef ADDRESS_FAMILY sa_family_t/d" "C:\Program Files (x86)\maxminddb\include\maxminddb.h"
sed -i "/typedef ADDRESS_FAMILY sa_family_t/d" "C:\Program Files (x86)\maxminddb\include\maxminddb.h"
shell: cmd

- name: Build Zeek (Windows)
Expand Down

0 comments on commit 0ef228d

Please sign in to comment.