Skip to content

Commit

Permalink
(fix) Add string.h include (#24)
Browse files Browse the repository at this point in the history
* Add string include
* Update ci.yml - try bumping to latest Mac runner
  • Loading branch information
keiravillekode committed Nov 2, 2023
1 parent a64e886 commit e293660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build_and_test_mac:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- name: Checkout wren-console
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions src/cli/cli.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <string.h>

#include "vm.h"
#include "cli.h"

Expand Down

0 comments on commit e293660

Please sign in to comment.