Skip to content

Commit 723d6ea

Browse files
ilikesn0wNikolajSchlej
authored andcommitted
Fix FreeBSD warnings
1 parent 5f77094 commit 723d6ea

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,17 @@ jobs:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- uses: actions/checkout@v6
130-
- name: Build on FreeBSD inside Ubuntu VM
130+
- name: Setup VM
131131
id: test
132132
uses: cross-platform-actions/action@v1.1.0
133133
with:
134134
operating_system: freebsd
135135
version: '13.3'
136-
shell: sh
137-
run: |
136+
- name: Build
137+
shell: cpa.sh {0}
138+
run: |
139+
sh << 'EOF'
140+
set -e
138141
sudo pkg install -y zip cmake qt6-base
139142
mkdir dist
140143
mkdir build

0 commit comments

Comments
 (0)