Skip to content

Commit

Permalink
ensure path works on *nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Nov 8, 2024
1 parent d1e9a8e commit 186ecc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex"
refreshenv
axolotlsay -V
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

0 comments on commit 186ecc0

Please sign in to comment.