ci: fix python on macos

* bump cffi
 * add Go
This commit is contained in:
Alex Bezzubov
2024-05-11 20:15:33 +02:00
parent 314ed3a388
commit e6c8cf49c2
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies