comment out invalid yaml keys for now

This commit is contained in:
Grant Limberg 2023-05-01 15:54:05 -07:00
parent e63c4e102f
commit 71cd538e34
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -24,12 +24,12 @@ jobs:
with:
workspaces: |
zeroidc/
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
./zeroidc/target/
# path: |
# ~/.cargo/bin/
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# ./zeroidc/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('zeroidc//Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: make