mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
comment out invalid yaml keys for now
This commit is contained in:
parent
e63c4e102f
commit
71cd538e34
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -24,12 +24,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
workspaces: |
|
workspaces: |
|
||||||
zeroidc/
|
zeroidc/
|
||||||
path: |
|
# path: |
|
||||||
~/.cargo/bin/
|
# ~/.cargo/bin/
|
||||||
~/.cargo/registry/index/
|
# ~/.cargo/registry/index/
|
||||||
~/.cargo/registry/cache/
|
# ~/.cargo/registry/cache/
|
||||||
~/.cargo/git/db/
|
# ~/.cargo/git/db/
|
||||||
./zeroidc/target/
|
# ./zeroidc/target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('zeroidc//Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('zeroidc//Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-
|
restore-keys: ${{ runner.os }}-cargo-
|
||||||
- name: make
|
- name: make
|
||||||
|
|
Loading…
Add table
Reference in a new issue