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 a909320 commit caee982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:

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

0 comments on commit caee982

Please sign in to comment.