We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96a212 commit b33e68bCopy full SHA for b33e68b
.github/workflows/updater.yml
@@ -10,6 +10,15 @@ env:
10
RUSTFLAGS: -Dwarnings
11
12
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
22
fix:
23
runs-on: windows-latest
24
steps:
0 commit comments