Skip to content

Commit b33e68b

Browse files
set home var to test
1 parent f96a212 commit b33e68b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/updater.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ env:
1010
RUSTFLAGS: -Dwarnings
1111

1212
jobs:
13+
fix-with-env:
14+
runs-on: windows-latest
15+
steps:
16+
- name: install and update (no custom)
17+
run: powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.2/axolotlsay-installer.ps1 | iex"
18+
- name: run it
19+
run: axolotlsay -Version
20+
- name: update
21+
run: Set-EnvironmentVariable -Name "HOME" -Value "/" axolotlsay-update --version 0.3.3
1322
fix:
1423
runs-on: windows-latest
1524
steps:

0 commit comments

Comments
 (0)