Skip to content

Commit

Permalink
Fixing FreeBSD action
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
NikolajSchlej committed Nov 2, 2023
1 parent 0a88da1 commit d03a8f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit d03a8f2

Please sign in to comment.