Skip to content

Commit b03dc1d

Browse files
committed
DWE-4580 trying to fix build
added checkout step
1 parent c7f8730 commit b03dc1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
- { ARCH: arm, API: 23 }
3636
- { ARCH: arm64, API: 23 }
3737
env:
38-
PYVER: 3.10.0
38+
PYVER: 3.13.0
3939
steps:
40+
- uses: actions/checkout@v4
4041
- name: Install autotools
4142
run: |
4243
sudo apt-get install -y autotools-dev autoconf

0 commit comments

Comments
 (0)