This commit is contained in:
@@ -14,8 +14,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
export CARGO_TARGET_DIR=~/cache/site_target
|
||||
run: cargo build --release
|
||||
run: |
|
||||
export CARGO_TARGET_DIR=~/cache/site_target
|
||||
cargo build --release
|
||||
|
||||
- name: Move to opt
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user