Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Update README.org

Update README.org #15

Workflow file for this run

name: FreeBSD CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
freebsd:
runs-on: ubuntu-latest
name: FreeBSD CI
steps:
- uses: actions/checkout@v4
- name: Set up FreeBSD environment
uses: vmactions/[email protected]
with:
usesh: true
sync: sshfs
prepare: |
pkg install -y elixir erlang
run: |
mix deps.get
mix compile
mix escript.build
./exfetch -h