You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ jobs:
41
41
toolchain: ${{ matrix.rust }}
42
42
components: clippy
43
43
44
+
- name: Rustup Show
45
+
run: rustup show
46
+
44
47
- name: Build Debug
45
48
run: |
46
49
cargo build
@@ -171,6 +174,38 @@ jobs:
171
174
make build-linux-arm-release
172
175
ls -l ./target/aarch64-unknown-linux-gnu/release/gitui || ls -l ./target/armv7-unknown-linux-gnueabihf/release/gitui || ls -l ./target/arm-unknown-linux-gnueabihf/release/gitui
0 commit comments