Skip to content

Commit

Permalink
Update list
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 11, 2023
1 parent ca52166 commit ec4779e
Show file tree
Hide file tree
Showing 6 changed files with 2,055 additions and 127 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[list]: ./list.tsv
[list]: ./list.json

# Disk Space Optimizer (GitHub Action)

Expand Down
16 changes: 0 additions & 16 deletions _format-list-tsv.ps1

This file was deleted.

22 changes: 22 additions & 0 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,28 @@
"$Env:AGENT_TOOLSDIRECTORY/Ruby",
"/Users/runner/hostedtoolcache/Ruby"
],
"PathWindows": [
"$Env:AGENT_TOOLSDIRECTORY\\Ruby"
]
},
{
"Name": "Rust",
"Description": "Rust",
"Postpone": 0,
"APT": [ ],
"Chocolatey": [ ],
"Homebrew": [
"rustup-init"
],
"NPM": [ ],
"Pipx": [ ],
"WMIC": [ ],
"Env": [
"CARGO_HOME",
"RUSTUP_HOME"
],
"PathLinux": [ ],
"PathMacOS": [ ],
"PathWindows": [ ]
},
{
Expand Down
110 changes: 0 additions & 110 deletions list.tsv

This file was deleted.

Loading

0 comments on commit ec4779e

Please sign in to comment.