Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Oct 29, 2024
1 parent c197f07 commit 7b2ed94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: deno lint

test:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Setup repo
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ target_link_libraries(
target_link_options(
${NAME}
PRIVATE
"-Wl"
"-undefined"
"dynamic_lookup"
)

0 comments on commit 7b2ed94

Please sign in to comment.