Skip to content

Commit

Permalink
different steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Nov 8, 2024
1 parent 186ecc0 commit 3b4ae32
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ jobs:
runs-on: windows-latest
steps:
- name: install and update (no custom)
run: |
powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex"
refreshenv
axolotlsay -V
run: powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex"
- name: run it
run: axolotlsay -Version
linux-check:
runs-on: ubuntu-latest
steps:
- name: install and update (no custom)
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axolotlsay/releases/download/v0.3.3/axolotlsay-installer.sh | sh
axolotlsay -V
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axolotlsay/releases/download/v0.3.3/axolotlsay-installer.sh | sh
- name: run it
run: axolotlsay -V

0 comments on commit 3b4ae32

Please sign in to comment.