From 64c9e85252c122fe55c1acaae23bfe305a827660 Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Sun, 6 Nov 2022 04:19:50 +0100 Subject: [PATCH] Use sh instead of csh --- .github/workflows/continuous-build-freebsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-build-freebsd.yml b/.github/workflows/continuous-build-freebsd.yml index 0c49f8f..95c2db6 100644 --- a/.github/workflows/continuous-build-freebsd.yml +++ b/.github/workflows/continuous-build-freebsd.yml @@ -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: |