mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +00:00
Downgrade FreeBSD release used for testing from 15 to 14.3
See https://github.com/vmactions/freebsd-vm/issues/108 We get the error: ld-elf.so.1: Shared object "libutil.so.10" not found, required by "pkg"
This commit is contained in:
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -373,7 +373,7 @@ jobs:
|
|||||||
- name: Build & test using CMake on FreeBSD
|
- name: Build & test using CMake on FreeBSD
|
||||||
uses: vmactions/freebsd-vm@v1
|
uses: vmactions/freebsd-vm@v1
|
||||||
with:
|
with:
|
||||||
release: "15.0"
|
release: "14.3"
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y \
|
pkg install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user