Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Sep 7, 2024
1 parent 9081bd3 commit e3be432
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/desktop-timer-app-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ jobs:
ChocolateyInstall: ''
ChromeWebDriver: ''
COBERTURA_HOME: ''
# COMPUTERNAME: ''
# COMSPEC: ''
# CONDA: ''
COMPUTERNAME: ''

Check warning on line 236 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (COMPUTERNAME)
COMSPEC: ''

Check warning on line 237 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (COMSPEC)
CONDA: ''
DEPLOYMENT_BASEPATH: ''

Check warning on line 239 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (BASEPATH)
SBT_HOME: ''
SELENIUM_JAR_PATH: ''
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
GOROOT_1_21_X64: ''
GOROOT_1_22_X64: ''
GRADLE_HOME: ''
# HOMEDRIVE: ''
HOMEDRIVE: ''

Check warning on line 301 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (HOMEDRIVE)
HOMEPATH: ''

Check warning on line 302 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (HOMEPATH)
IEWebDriver: ''
ImageOS: ''
Expand All @@ -308,13 +308,13 @@ jobs:
JAVA_HOME_17_X64: ''
JAVA_HOME_21_X64: ''
JAVA_HOME_8_X64: ''
# LOCALAPPDATA: ''
# LOGONSERVER: ''
LOCALAPPDATA: ''

Check warning on line 311 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (LOCALAPPDATA)
LOGONSERVER: ''

Check warning on line 312 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (LOGONSERVER)
M2: ''
M2_REPO: ''
MAVEN_OPTS: ''
MonAgentClientLocation: ''
# npm_config_prefix: ''
npm_config_prefix: ''
NUMBER_OF_PROCESSORS: ''
OS: ''
PATHEXT: ''

Check warning on line 320 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (PATHEXT)
Expand All @@ -335,6 +335,7 @@ jobs:
PROCESSOR_REVISION: ''
PSModuleAnalysisCachePath: ''
PSModulePath: ''
Path: ''
DOTNET_MULTILEVEL_LOOKUP: ''
DOTNET_NOLOGO: ''
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: ''
Expand All @@ -354,13 +355,13 @@ jobs:
RUNNER_TOOL_CACHE: ''
RUNNER_TRACKING_ID: ''
RUNNER_WORKSPACE: ''
# USERDOMAIN: ''
# USERDOMAIN_ROAMINGPROFILE: ''
USERDOMAIN: ''
USERDOMAIN_ROAMINGPROFILE: ''
USERNAME: ''
# USERPROFILE: ''
# VCPKG_INSTALLATION_ROOT: ''
# WIX: ''
# TERM: ''
USERPROFILE: ''
VCPKG_INSTALLATION_ROOT: ''
WIX: ''
TERM: ''
# HOME: ''
# WINDIR: ''
# ProgramData: ''
Expand Down

0 comments on commit e3be432

Please sign in to comment.