Skip to content

Commit

Permalink
apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AuTsing committed Aug 24, 2024
1 parent d560d18 commit a909320
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
fetch-depth: 10
submodules: recursive

- name: Apply patch
run: |
wget https://patch-diff.githubusercontent.com/raw/denoland/rusty_v8/pull/1581.patch
git apply 1581.patch
- name: Install rust
uses: dsherret/rust-toolchain-file@v1

Expand Down

0 comments on commit a909320

Please sign in to comment.