Skip to content

Commit

Permalink
Add quotes around bochs run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros authored Nov 22, 2022
1 parent 600f8f0 commit 56572c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
reg add HKLM\SOFTWARE\WOW6432Node\Cosmos /v UserKit /d $($env:USER_KIT_PATH)
Write-Host "Setting Bochs Run Command to $($env:BOCHS_RUN_CMD)"
reg add HKCR\BochsConfigFile\shell\Run\command /ve /d $($env:BOCHS_RUN_CMD)
reg add HKCR\BochsConfigFile\shell\Run\command /ve /d "$($env:BOCHS_RUN_CMD)"
- name: Build
run: |
Expand Down

0 comments on commit 56572c2

Please sign in to comment.