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
|
- uses: actions/checkout@v3
|
||||||
- name: Build on FreeBSD inside macOS VM
|
- name: Build on FreeBSD inside macOS VM
|
||||||
id: test
|
id: test
|
||||||
uses: vmactions/freebsd-vm@v0
|
uses: cross-platform-actions/action@v0.21.0
|
||||||
with:
|
with:
|
||||||
usesh: true
|
operating_system: freebsd
|
||||||
prepare: |
|
version: '13.1'
|
||||||
pkg install -y zip cmake qt6-base
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
|
sudo pkg install -y zip cmake qt6-base
|
||||||
mkdir dist
|
mkdir dist
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user