Use sh instead of csh

This commit is contained in:
Jakob P. Liljenberg 2022-11-06 04:19:50 +01:00 committed by GitHub
parent 511c3a665c
commit 64c9e85252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ jobs:
uses: vmactions/freebsd-vm@v0
with:
release: 13.1
usesh: true
prepare: |
pkg install -y gmake gcc11 coreutils git
run: |