Skip to content

Commit

Permalink
fix: copy self so that we can re-build ourself
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 10, 2024
1 parent bcc0951 commit 1f0efd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
with:
name: 'cpp2b.exe'
- run: .\cpp2b.exe build
- run: .\.cache\cpp2\bin\cpp2b.exe build
- run: Copy-Item .\.cache\cpp2\bin\cpp2b.exe -Destination .\cpp2b-self.exe
- run: .\cpp2b-self.exe build

build-script-linux:
name: 'build.sh'
Expand Down

0 comments on commit 1f0efd1

Please sign in to comment.