mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 15:38:22 +08:00
Fixing FreeBSD action
Update main.yml
This commit is contained in:
parent
0a88da1410
commit
d03a8f254a
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user