Skip to content

Commit

Permalink
try cross-platform-actions for FreeBSD
Browse files Browse the repository at this point in the history
Change-Id: If5e063b9fcd264280b4bd1e8a1f00c34bfc8db60
  • Loading branch information
rdementi committed Nov 6, 2023
1 parent b793f57 commit 8fc4ac9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/freebsd_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
submodules: recursive
- name: build in FreeBSD VM
id: build
uses: vmactions/freebsd-vm@v0
uses: cross-platform-actions/action@v0.21.0
with:
usesh: true
sync: sshfs
prepare: |
pkg install -y curl gmake cmake
memory: 2048
shell: sh
operating_system: freebsd
version: '13.2'
run: |
sudo pkg install -y curl gmake cmake
pwd
ls -lah
whoami
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/freebsd_scan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
submodules: recursive
- name: clang scan build in FreeBSD VM
id: clang-scan-build
uses: vmactions/freebsd-vm@v0
uses: cross-platform-actions/action@v0.21.0
with:
usesh: true
prepare: |
pkg install -y curl gmake cmake devel/llvm llvm
memory: 2048
shell: sh
operating_system: freebsd
version: '13.2'
run: |
sudo pkg install -y curl gmake cmake devel/llvm llvm
pwd
ls -lah
whoami
Expand Down

0 comments on commit 8fc4ac9

Please sign in to comment.