Skip to content

Commit 5618feb

Browse files
committed
usesh
1 parent ff6b157 commit 5618feb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ jobs:
3333
- name: Test in FreeBSD
3434
uses: vmactions/freebsd-vm@v1
3535
with:
36+
envs: 'VERSION'
37+
usesh: true
3638
run: |
3739
pwd
3840
ls -l
3941
uname -a
4042
pkg update && pkg install rust
4143
cargo -vV
44+
echo "${VERSION}"

0 commit comments

Comments
 (0)