Skip to content

Commit

Permalink
remove default source
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Tiram committed Jul 23, 2024
1 parent 5c8ac56 commit 1ac43ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
echo "Homebrew not found"
exit 1
fi
- name:
- name: update brew
run: brew update
- name:
- name: install libs
run: brew install pcre2 cmocka
- name: build
run: |
Expand Down
1 change: 0 additions & 1 deletion mh.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define _POSIX_C_SOURCE 200809L
#define _DEFAULT_SOURCE
#define PCRE2_CODE_UNIT_WIDTH 8
#include <assert.h>
#ifdef __APPLE__
Expand Down

0 comments on commit 1ac43ea

Please sign in to comment.