Skip to content

Commit

Permalink
Fix amalgamate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Feb 3, 2024
1 parent 73f5f0c commit d7259d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
make amalgamate
rm -r src/*
mv amalgamate/* src/
mv amalgamate/* src/
make tests debug
fi
Expand Down
2 changes: 1 addition & 1 deletion tools/amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def amalgamate(out_file: TextIOWrapper, filename: str, c: bool = False):

os.makedirs(path.dirname(OUT_H), exist_ok=True)

print(f"Amalgamate to: {OUT_H}")
print(f"Amalgamate to: {OUT_H} and {OUT_C}")

with open(OUT_H, "w") as h:
h.write(HEADER)
Expand Down

0 comments on commit d7259d5

Please sign in to comment.