Skip to content

Commit

Permalink
Remove failing FreeBSD CI check
Browse files Browse the repository at this point in the history
It keeps failing, because there's no git package anymore?
```
   + echo '::group::Install git'
  + sudo pkg install -y git
  Updating FreeBSD repository catalogue...
  repository FreeBSD has no meta file, using default settings
  pkg: http://pkgmir.geo.freebsd.org/FreeBSD:12:amd64/quarterly/meta.txz: Not Found
  pkg: http://pkgmir.geo.freebsd.org/FreeBSD:12:amd64/quarterly/packagesite.pkg: Not Found
  pkg: http://pkgmir.geo.freebsd.org/FreeBSD:12:amd64/quarterly/packagesite.txz: Not Found
  Unable to update repository FreeBSD
  Error updating repositories!
```
  • Loading branch information
dkorpel authored Jan 6, 2024
1 parent c4daa47 commit 2539d3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
include:
- job_name: FreeBSD 13.2 x64
freebsd_version: '13.2'
- job_name: FreeBSD 12.4 x64
freebsd_version: '12.4'
name: ${{ matrix.job_name }}
runs-on: macos-latest
timeout-minutes: 60
Expand Down

0 comments on commit 2539d3f

Please sign in to comment.