Skip to content

Commit

Permalink
wf new, add, list
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon committed Oct 22, 2024
1 parent 204d318 commit b02e92d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: new env with pup new
run: |
pup new t1
pup add "cowsay<6"
pup add t1 "cowsay<6"
- name: new env with pup add
run: |
pup add t2 cowsay httpx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'nogha')"
steps:
# - name: Set up custom PATH
# run: echo "PATH=$HOME/.pixi/bin:$PATH" >> $GITHUB_ENV
- name: Set up custom PATH
run: echo "PATH=%USERPROFILE%\.pixi\bin;%PATH%" >> $GITHUB_ENV
- name: Install puppy 3.11
run: |
sleep 9; # give it time to update MAIN_BRANCH_URL
& ([scriptblock]::Create((iwr -useb $env:MAIN_BRANCH_URL/pup.ps1).Content)) 3.11
- name: new env with pup new
run: |
pup new t1
pup add "cowsay<6"
pup add t1 "cowsay<6"
- name: new env with pup add
run: |
pup add t2 cowsay httpx
Expand Down

0 comments on commit b02e92d

Please sign in to comment.