Skip to content

Commit 77f0334

Browse files
committed
Debug
1 parent 8dfabe4 commit 77f0334

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@ jobs:
4949
- name: Test in FreeBSD
5050
uses: vmactions/freebsd-vm@v1
5151
with:
52-
pkg update && pkg install rust
53-
cargo -vV
52+
run: |
53+
pwd
54+
ls -l
55+
uname -a
56+
pkg update && pkg install rust
57+
cargo -vV

0 commit comments

Comments
 (0)