Skip to content

Commit d1061ec

Browse files
committed
chore: v0.26.2 [skip test]
1 parent ab00f0e commit d1061ec

10 files changed

+16
-16
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,21 @@ NOTE: On Unix systems, if you are already a root user (e.g., in a GitLab runner
6262

6363
#### With executable
6464

65-
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.26.1), and run it with the available options. You can also automate downloading using `wget`, `curl`, or other similar tools.
65+
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.26.2), and run it with the available options. You can also automate downloading using `wget`, `curl`, or other similar tools.
6666

6767
An example that installs llvm, cmake, ninja, ccache, and vcpkg:
6868

6969
```shell
7070
# windows example (open PowerShell as admin)
71-
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.26.1/setup-cpp-x64-windows.exe"
71+
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.26.2/setup-cpp-x64-windows.exe"
7272
./setup-cpp-x64-windows --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
7373

7474
RefreshEnv.cmd # activate cpp environment variables
7575
```
7676

7777
```shell
7878
# linux example
79-
wget "https://github.com/aminya/setup-cpp/releases/download/v0.26.1/setup-cpp-x64-linux"
79+
wget "https://github.com/aminya/setup-cpp/releases/download/v0.26.2/setup-cpp-x64-linux"
8080
chmod +x ./setup-cpp-x64-linux
8181
sudo ./setup-cpp-x64-linux --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
8282

@@ -85,7 +85,7 @@ source ~/.cpprc # activate cpp environment variables
8585

8686
```shell
8787
# macos example
88-
wget "https://github.com/aminya/setup-cpp/releases/download/v0.26.1/setup-cpp-x64-macos"
88+
wget "https://github.com/aminya/setup-cpp/releases/download/v0.26.2/setup-cpp-x64-macos"
8989
chmod +x ./setup-cpp-x64-macos
9090
sudo ./setup-cpp-x64-macos --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
9191

@@ -255,7 +255,7 @@ stages:
255255
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
256256

257257
.setup-cpp: &setup-cpp |
258-
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.26.1/setup-cpp-x64-linux"
258+
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.26.2/setup-cpp-x64-linux"
259259
chmod +x setup-cpp-x64-linux
260260
./setup-cpp-x64-linux --compiler $compiler --cmake true --ninja true --ccache true --vcpkg true
261261
source ~/.cpprc

dist/node12/actions_python.da7f3c0c.js dist/node12/actions_python.54dac7f6.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.da7f3c0c.js.map dist/node12/actions_python.54dac7f6.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.3e5e0b64.js dist/node16/actions_python.abf6481f.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.3e5e0b64.js.map dist/node16/actions_python.abf6481f.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-cpp",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"description": "Install all the tools required for building and testing C++/C projects.",
55
"repository": "https://github.com/aminya/setup-cpp",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)