|
|
@ -36,6 +36,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
## C# - Nuget
|
|
|
|
## C# - Nuget
|
|
|
|
Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies):
|
|
|
|
Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies):
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
```yaml
|
|
|
|
- uses: actions/cache@v1
|
|
|
|
- uses: actions/cache@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -70,7 +71,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
|
|
|
|
## Swift, Objective-C - Carthage
|
|
|
|
## Swift, Objective-C - Carthage
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
```yaml
|
|
|
|
uses: actions/cache@v1
|
|
|
|
- uses: actions/cache@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: Carthage
|
|
|
|
path: Carthage
|
|
|
|
key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
|
|
|
|
key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
|
|
|
@ -123,7 +124,7 @@ uses: actions/cache@v1
|
|
|
|
|
|
|
|
|
|
|
|
## Rust - Cargo
|
|
|
|
## Rust - Cargo
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```yaml
|
|
|
|
- name: Cache cargo registry
|
|
|
|
- name: Cache cargo registry
|
|
|
|
uses: actions/cache@v1
|
|
|
|
uses: actions/cache@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|