Clobber rtx binary if it already exists (#36)

* Clobber rtx if it exists

* run `bun run all` to recompile unrelated things

---------

Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
This commit is contained in:
Mark Elliot 2023-03-06 10:35:21 -05:00 committed by GitHub
parent aec7905dc8
commit c8026e294c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@ async function setupRTX(): Promise<void> {
await exec.exec('gh', [
'release',
'download',
'--clobber',
'--pattern',
`*${platform}`,
'--repo',