fix: syntax error in gh action file
This commit is contained in:
parent
cd8cac8ea6
commit
6e8fe31369
18
.github/workflows/prod.yml
vendored
18
.github/workflows/prod.yml
vendored
@ -14,15 +14,15 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
node_modules
|
||||||
~/.cache/trunk
|
~/.cache/trunk
|
||||||
~/.cargo
|
~/.cargo
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-wordl
|
restore-keys: ${{ runner.os }}-cargo-wordl
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user