Skip to content

Commit

Permalink
windows URL
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored May 21, 2024
1 parent b8d27ed commit 9965148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: Write-Host $MAIN_BRANCH_URL
- name: Install puppy3.11
run: |
& ([scriptblock]::Create((iwr -useb "$MAIN_BRANCH_URL/pup.ps1").Content)) 3.11
& ([scriptblock]::Create((iwr -useb "$MAIN_BRANCH_URL"/pup.ps1).Content)) 3.11

0 comments on commit 9965148

Please sign in to comment.