Skip to content

Commit

Permalink
remove setup-freeBSD job
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jun 29, 2024
1 parent 972d0ab commit 62aa6b4
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,7 @@ env:
BUILD_TYPE: Debug

jobs:

setup-freeBSD:

runs-on: ubuntu-latest
# based on example from https://github.com/marketplace/actions/freebsd-vm
steps:
- uses: actions/checkout@v4
- name: setup FreeBSD on github runner
id: test
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y curl
run: |
pwd
ls -lah
whoami
env
freebsd-version

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 62aa6b4

Please sign in to comment.