Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharktheone committed Mar 29, 2024
1 parent 04dce87 commit 91033c8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,14 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/work/**/target
~/work/gosub-engine/gosub-engine/target
key: ${{ runner.os }}-cargo-target-${{ matrix.rust_version }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-target-${{ matrix.rust_version }}
- name: Print target
run: |
ls ~/work/gosub-engine -las
ls ~/work/gosub-engine/gosub-engine -las
- name: Build
run: cargo build --verbose --all --all-features
- name: Clean
run: |
ls ~/work/**/target -las
ls ~/work/gosub-engine -las
ls ~/work/gosub-engine/gosub-engine -las
cargo install cargo-sweep
cargo sweep --installed
cargo sweep --time 7
Expand Down

0 comments on commit 91033c8

Please sign in to comment.