Skip to content

Commit

Permalink
Merge pull request #477 from tursodatabase/same-thread-injection
Browse files Browse the repository at this point in the history
Same-thread frame injection
  • Loading branch information
MarinPostma committed Oct 30, 2023
2 parents 8735e58 + 9a5fc8d commit a8a8cfd
Show file tree
Hide file tree
Showing 83 changed files with 2,588 additions and 3,927 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ jobs:
steps:
- uses: hecrj/setup-rust-action@v1

# needed because we run out of disk space during tests
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true

- name: Install deps
run: sudo apt update && sudo apt install -y libclang-dev

- uses: actions/checkout@v3

- name: Set up cargo cache
Expand Down
Loading

0 comments on commit a8a8cfd

Please sign in to comment.