Skip to content

Commit 31df119

Browse files
Try to fix the deployment 4
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent a116651 commit 31df119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: '1.23'
30+
go-version: '1.23.5'
3131

3232
- name: Go Version
3333
run: go version
@@ -70,6 +70,7 @@ jobs:
7070
- name: Python Setup
7171
working-directory: cla-backend
7272
run: |
73+
sudo apt install libxml2-dev libxslt-dev
7374
python -m venv .venv
7475
source .venv/bin/activate
7576
pip install --upgrade pip

0 commit comments

Comments
 (0)