This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change Xcode version in GitHub Actions | |
| As of today (2019-08-21) I haven't found any documentation on changing Xcode versions when | |
| using GitHub actions. So I checked the applications folder and everything we need is | |
| already there. 🤩 | |
| ``` | |
| > ls -n /Applications/ | grep Xcode* | |
| lrwxr-xr-x 1 0 80 30 Aug 2 19:31 Xcode.app -> /Applications/Xcode_10.2.1.app | |
| drwxr-xr-x 3 501 20 96 Oct 20 2018 Xcode_10.1.app |