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 c9a54a7 commit 04dce87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ jobs:
${{ runner.os }}-cargo-target-${{ matrix.rust_version }}
- name: Print target
run: |
ls ~/work/**/target -las
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 **/target -las
ls ~/work/**/target -las
ls ~/work/gosub-engine -las
ls ~/work/gosub-engine/gosub-engine -las
cargo install cargo-sweep
Expand Down

0 comments on commit 04dce87

Please sign in to comment.