Skip to content

Commit

Permalink
Merge pull request #53 from roblabla/update-satsuki
Browse files Browse the repository at this point in the history
Update satsuki
  • Loading branch information
roblabla authored Dec 21, 2023
2 parents b2a6fbd + ed76fda commit 388301b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
repository: happyhavoc/satsuki
latest: false
tag: v0.1.0
tag: v0.1.1
fileName: satsuki.exe
- name: Add satsuki to PATH
run: |
Expand Down
2 changes: 2 additions & 0 deletions scripts/generate_function_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def generate_function_diff(fn_name):
fn_name,
],
stdout=out,
check=True,
)
with open(reimpl_asm_path, "w") as out:
out = subprocess.run(
Expand All @@ -46,6 +47,7 @@ def generate_function_diff(fn_name):
fn_name,
],
stdout=out,
check=True,
)

return orig_asm_path.read_text(), reimpl_asm_path.read_text()
Expand Down

0 comments on commit 388301b

Please sign in to comment.