From 2f727320e0740c34e2d619fa02903ef5de8a329a Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Mon, 11 Mar 2024 14:30:32 +0100 Subject: [PATCH] github: freebsd: Install python2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 732bd116..3a6c8f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: with: usesh: true sync: rsync - prepare: pkg install -y binutils cmake elfutils python bash git + prepare: pkg install -y binutils cmake elfutils python bash git python2 run: | chmod u+x .github/workflows/freebsd-build.sh .github/workflows/ci-run-tests.sh .github/workflows/freebsd-build.sh x86_64