Skip to content

Commit

Permalink
fix updating freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Oct 13, 2024
1 parent 33c1461 commit 3c34049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_freetype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
// write version to disk
let existing = await fs.readFile('subprojects/freetype.wrap', 'utf-8');
existing = existing.replace(/revision = .*?/, `revision = ${curTag.name}`);
existing = existing.replace(/revision = .+/, `revision = ${curTag.name}`);
await fs.writeFile('subprojects/freetype.wrap', existing, 'utf-8');
// make version available to next steps
Expand Down

0 comments on commit 3c34049

Please sign in to comment.