This repository was archived by the owner on Sep 17, 2024. It is now read-only.
File tree 3 files changed +8
-31
lines changed
3 files changed +8
-31
lines changed Original file line number Diff line number Diff line change 30
30
- run : brew test-bot --only-setup
31
31
32
32
- run : brew test-bot --only-tap-syntax
33
-
34
- - run : " ! brew install workbrew/tap/workbrew"
35
-
36
- - run : curl --remote-name --remote-header-name --location https://console.workbrew.com/downloads/macos
37
-
38
- - run : echo | sudo tee /var/log/install.log
39
-
40
- - run : sudo installer -verbose -pkg Workbrew-*.pkg -target /
41
-
42
- - if : ' !cancelled()'
43
- run : sudo cat /var/log/install.log
44
-
45
- - run : sudo chown -R workbrew /Users/runner/work/homebrew-tap/homebrew-tap
46
-
47
- - run : " ! /opt/workbrew/bin/brew install workbrew/tap/workbrew"
48
-
49
- - run : sudo mkdir -p "/opt/workbrew/home/Library/Application Support/com.workbrew.workbrew-agent"
50
-
51
- - run : echo "this is an API key" | sudo tee "/opt/workbrew/home/Library/Application Support/com.workbrew.workbrew-agent/api_key"
52
-
53
- - run : /opt/workbrew/bin/brew install --debug --verbose workbrew/tap/workbrew
54
-
55
- - if : ' always()'
56
- run : sudo chown -R "${USER}" /Users/runner/work/homebrew-tap/homebrew-tap /opt/homebrew/Library/Taps/workbrew
Original file line number Diff line number Diff line change 7
7
desc "Installer for Workbrew Agent"
8
8
homepage "https://workbrew.com/"
9
9
10
+ disable! date : "2024-09-17" , because : "Workbrew cask is no longer supported."
11
+
10
12
auto_updates true
11
13
12
14
pkg "Workbrew-#{ version } .pkg"
Original file line number Diff line number Diff line change 1
- # Workbrew Tap
1
+ # ☠️ Workbrew/tap (deprecated)
2
2
3
- ## How do I install these packages?
3
+ Was the external public tap for Workbrew.
4
4
5
- 1 . Book a demo to get access to Workbrew at < https://workbrew.com/demo >
6
- 1 . Manually install the latest Workbrew Installer from < https://console.workbrew.com/downloads/macos > (this Cask does not work for initial installs)
7
- 1 . ` brew install workbrew/tap/workbrew `
5
+ No longer needed as it wasn't suitable for first-time install and Workbrew now auto-updates.
8
6
9
- ## Documentation
7
+ ## How do I install these packages?
10
8
11
- ` brew help ` , ` man brew ` or check [ Homebrew's documentation] ( https://docs.brew.sh ) .
9
+ 1 . Book a demo to get access to Workbrew at < https://workbrew.com/demo >
10
+ 1 . Install the latest Workbrew Installer from < https://console.workbrew.com/downloads/macos >
12
11
13
12
## License
14
13
You can’t perform that action at this time.
0 commit comments