Skip to content

Commit

Permalink
freebsd ci fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
petermm committed Nov 2, 2023
1 parent 493d719 commit 1b5ee92
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build-and-test-on-freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,22 @@ jobs:

- name: Build and Test on FreeBSD
id: build-and-test-on-freebsd
uses: vmactions/freebsd-vm@v0
uses: cross-platform-actions/action@v0.21.0
timeout-minutes: 20
with:
envs: 'ATOMVM_EXAMPLE'
usesh: true
sync: rsync
copyback: false

prepare: |
pkg install -y curl cmake gperf erlang elixir
memory: 1024
shell: sh
operating_system: freebsd
version: '13.2'
environment_variables: 'ATOMVM_EXAMPLE'
run: |
echo "%%"
echo "%% System Info"
echo "%%"
echo "**freebsd-version:**"
freebsd-version
pkg install -y curl cmake gperf erlang elixir
echo "**uname:**"
uname -a
echo "**C Compiler version:**"
Expand Down

0 comments on commit 1b5ee92

Please sign in to comment.