Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
68e1a14674
|
|||
|
1d60abdc59
|
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
#cache: npm
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
id: install
|
id: install
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
#cache: npm
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
id: npm-ci
|
id: npm-ci
|
||||||
|
|||||||
20
README.md
20
README.md
@@ -1,3 +1,23 @@
|
|||||||
# Setup Conan
|
# Setup Conan
|
||||||
|
|
||||||
Setup Conan for GitHub Actions
|
Setup Conan for GitHub Actions
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Latest Conan Version
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
steps:
|
||||||
|
- name: Install Conan
|
||||||
|
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-conan@v1
|
||||||
|
```
|
||||||
|
|
||||||
|
Specific Conan Version
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
steps:
|
||||||
|
- name: Install Conan
|
||||||
|
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-conan@v1
|
||||||
|
with:
|
||||||
|
conan-version: 2.9.2
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user