Skip to content

Commit

Permalink
set home var to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Nov 8, 2024
1 parent f96a212 commit b33e68b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ env:
RUSTFLAGS: -Dwarnings

jobs:
fix-with-env:
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.2/axolotlsay-installer.ps1 | iex"
- name: run it
run: axolotlsay -Version
- name: update
run: Set-EnvironmentVariable -Name "HOME" -Value "/" axolotlsay-update --version 0.3.3
fix:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit b33e68b

Please sign in to comment.