Skip to content

Commit

Permalink
fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaulhaber committed Oct 7, 2024
1 parent 9b934ee commit a63822d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
cargo build
echo "Moving module"
mv ./target/release/libreel.* .
mv ./target/debug/libreel.* .
eask install
- name: Run tests
run: |
Expand Down

0 comments on commit a63822d

Please sign in to comment.