Skip to content

Commit

Permalink
Update list
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 15, 2023
1 parent 3e69a50 commit 582592d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ runs:
If (!(Test-Path -LiteralPath $MainScriptPath -PathType 'Leaf')) {
Write-GitHubActionsFail -Message 'Invalid script path!'
}
[Boolean]$InputSudo = [Boolean]::Parse($Env:INPUT_OPERATE_SUDO)
If ($InputSudo -and $Env:RUNNER_OS -iin @('Linux', 'MacOS')) {
[Boolean]$InputOperateSudo = [Boolean]::Parse($Env:INPUT_OPERATE_SUDO)
If ($InputOperateSudo -and $Env:RUNNER_OS -iin @('Linux', 'MacOS')) {
sudo --non-interactive --preserve-env pwsh -NonInteractive $MainScriptPath
}
Else {
Expand Down
24 changes: 7 additions & 17 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,7 @@
],
"WMIC": [
"Azure Cosmos DB Emulator",
"Microsoft Azure Authoring Tools",
"Microsoft Azure CLI",
"Microsoft Azure Compute Emulator",
"Microsoft Azure Libraries for .NET",
"Microsoft Azure Service Fabric SDK",
"Microsoft Azure Service Fabric"
"Microsoft Azure*"
],
"Env": [
"AZURE_EXTENSION_DIR"
Expand Down Expand Up @@ -284,12 +279,8 @@
"dotnet"
],
"WMIC": [
"Microsoft .NET 6.0.20 - Windows Server Hosting",
"Microsoft .NET Runtime - 6.0.20 (x64)",
"Microsoft .NET Runtime - 6.0.20 (x86)",
"Microsoft .NET SDK 7.0.306 (x64) from Visual Studio",
"Microsoft ASP.NET Core 6.0.20 - Shared Framework (x64)",
"Microsoft ASP.NET Core 6.0.20 - Shared Framework (x86)"
"Microsoft .NET*",
"Microsoft ASP.NET*"
],
"PathLinux": [
"/usr/bin/dotnet",
Expand Down Expand Up @@ -344,8 +335,7 @@
"firefox"
],
"WMIC": [
"Mozilla Firefox (x64 en-US)",
"Mozilla Maintenance Service"
"Mozilla Firefox*"
],
"PathLinux": [
"/usr/lib/firefox-addons",
Expand Down Expand Up @@ -636,7 +626,7 @@
"temurin-11-jdk"
],
"WMIC": [
"Microsoft Build of OpenJDK with Hotspot 11.0.16.1+1 (x64)"
"Microsoft Build of OpenJDK with Hotspot 11*"
],
"Env": [
"JAVA_HOME_11_X64"
Expand Down Expand Up @@ -892,7 +882,7 @@
"miniconda"
],
"WMIC": [
"Miniconda3 py311_23.5.2-0 (Python 3.11.4 64-bit)"
"Miniconda*"
],
"Env": [
"CONDA"
Expand Down Expand Up @@ -1181,7 +1171,7 @@
"libpq-dev"
],
"WMIC": [
"PostgreSQL 14"
"PostgreSQL*"
],
"Env": [
"PGBIN",
Expand Down

0 comments on commit 582592d

Please sign in to comment.