Skip to content

Commit 82fbbb2

Browse files
committed
See if running onefetch on itself can reproduce the crashing on windows
1 parent 3f94c51 commit 82fbbb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
- name: Run clippy
4545
run: cargo clippy
4646

47+
- name: Debug
48+
run: "cat .git/HEAD; git cat-file -p a802f89fc823c6c8cf2467c2b7908e1d78e8b755"
49+
- name: Run onefetch
50+
run: cargo run
51+
4752
rustfmt:
4853
name: Rustfmt
4954
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)