Skip to content

Commit

Permalink
ci: upgrade cirrus image to freebsd-14-0
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Mar 3, 2024
1 parent dda6509 commit 6b151c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ test_task:
install_prereqs_script:
- V=$(printf '%s' $PYTHON | tr -d '.[:alpha:]')
- pkg install -y python${V} py${V}-sqlite3
- ln -vs /usr/local/bin/gcc /usr/local/bin/cc
install_poetry_script:
- POETRY_HOME=/opt/poetry
- $PYTHON -m venv $POETRY_HOME
Expand Down

0 comments on commit 6b151c8

Please sign in to comment.