From d03a8f254a3690be6499a93560f24eb88ed1e107 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Thu, 2 Nov 2023 12:59:28 -0700 Subject: [PATCH] Fixing FreeBSD action Update main.yml --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df62f1a..5f2f278 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,12 +107,13 @@ jobs: - uses: actions/checkout@v3 - name: Build on FreeBSD inside macOS VM id: test - uses: vmactions/freebsd-vm@v0 + uses: cross-platform-actions/action@v0.21.0 with: - usesh: true - prepare: | - pkg install -y zip cmake qt6-base + operating_system: freebsd + version: '13.1' + shell: sh run: | + sudo pkg install -y zip cmake qt6-base mkdir dist mkdir build cd build